mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-30 20:07:48 +08:00
Fix the “squished” window controls in darkside theme on Linux #1104
This commit is contained in:
parent
28087d67b8
commit
ccd89fc20f
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue