* Minimal fix headerbar button size.

pull/521/head
Megax 2016-08-31 22:50:48 +02:00
parent 876b832a54
commit cae1806049
1 changed files with 6 additions and 1 deletions
gtk-3.20/scss/widgets

View File

@ -96,7 +96,12 @@
spinbutton,
separator,
switch,
button {
button { // Size height
margin-top: $spacing + 2px;
margin-bottom: $spacing + 2px;
}
switch { // Size height
margin-top: $spacing + 1px;
margin-bottom: $spacing + 1px;
}