* Minimal fix headerbar button size.
parent
876b832a54
commit
cae1806049
gtk-3.20/scss/widgets
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue