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