* Button margin size fix.

pull/521/head
Megax 2016-09-01 09:07:33 +02:00
parent cae1806049
commit 6dc0a00f13
1 changed files with 2 additions and 2 deletions
gtk-3.20/scss/widgets

View File

@ -97,8 +97,8 @@
separator, separator,
switch, switch,
button { // Size height button { // Size height
margin-top: $spacing + 2px; margin-top: $spacing + 3px;
margin-bottom: $spacing + 2px; margin-bottom: $spacing + 3px;
} }
switch { // Size height switch { // Size height