mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 18:23:21 +08:00
correcting size of window contol buttons
This addresses issue #1687 on nylas/n1
This commit is contained in:
parent
c5d41eaf6a
commit
8164d75b02
1 changed files with 2 additions and 8 deletions
|
@ -81,21 +81,18 @@
|
|||
.toolbar-window-controls {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
min-width: 0;
|
||||
min-width: 50px;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.toolbar-window-controls button {
|
||||
background-color: @sidebar-text;
|
||||
background-image: none !important;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
float: none;
|
||||
opacity: 0.5;
|
||||
margin: 0;
|
||||
margin-right: 5px;
|
||||
transform: scaleY(0.5);
|
||||
border-radius: 2px;
|
||||
transition-duration: 150ms;
|
||||
|
@ -110,17 +107,14 @@
|
|||
|
||||
.toolbar-window-controls .close {
|
||||
background-color: @danger;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.toolbar-window-controls .minimize {
|
||||
background-color: @minimize;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.toolbar-window-controls .maximize {
|
||||
background-color: @maximize;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.is-blurred {
|
||||
|
|
Loading…
Reference in a new issue