mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-19 14:40:26 +08:00
Adjust Windows-specific CSS to match new slightly narrower toolbar
This commit is contained in:
parent
989482f417
commit
79cddc6968
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ body.platform-win32 {
|
||||||
.btn-toolbar {
|
.btn-toolbar {
|
||||||
transition: background 300ms;
|
transition: background 300ms;
|
||||||
margin: 0 0 0 1px;
|
margin: 0 0 0 1px;
|
||||||
height: 37px;
|
height: 33px;
|
||||||
padding: 0 14px;
|
padding: 0 14px;
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in a new issue