correcting size of window contol buttons

This addresses issue #1687 on nylas/n1
This commit is contained in:
Jamie Wilson 2016-04-02 15:02:26 -05:00
parent c5d41eaf6a
commit 8164d75b02

View file

@ -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 {