* Fixed button left margin.

pull/615/head
Megax 2016-10-24 18:12:05 +02:00
parent a074b59d4e
commit f6b5c44d25
1 changed files with 1 additions and 1 deletions
src/gtk-3.20/scss/widgets

View File

@ -178,7 +178,7 @@
min-height: 16px;
min-width: 16px;
padding: 0;
margin-left: $spacing * 3;
margin-left: $spacing * 2;
border: 1px solid transparent;
transition: all .1s linear;
}