* Button margin size fix.
parent
cae1806049
commit
6dc0a00f13
gtk-3.20/scss/widgets
|
@ -97,8 +97,8 @@
|
|||
separator,
|
||||
switch,
|
||||
button { // Size height
|
||||
margin-top: $spacing + 2px;
|
||||
margin-bottom: $spacing + 2px;
|
||||
margin-top: $spacing + 3px;
|
||||
margin-bottom: $spacing + 3px;
|
||||
}
|
||||
|
||||
switch { // Size height
|
||||
|
|
Loading…
Reference in New Issue