Fix the “squished” window controls in darkside theme on Linux #1104

This commit is contained in:
Ben Gotow 2019-03-17 11:08:47 -07:00
parent 28087d67b8
commit ccd89fc20f

View file

@ -20,6 +20,11 @@
transition-duration: 150ms;
transition-property: border-radius, opacity, transform;
}
body.platform-linux .toolbar-window-controls button {
width: 12px;
height: 12px;
margin: 0;
}
.toolbar-window-controls:hover button {
opacity: 1;