* Nemo statusbar button padding fix. (#611)

This commit is contained in:
Csaba Jakosa
2016-10-23 10:15:11 -05:00
committed by Dustin Falgout
parent 05e619850d
commit aea6d16317
+1 -1
View File
@@ -63,7 +63,7 @@
button {
min-height: 16px;
min-width: 16px;
padding: ($spacing - 1px);
padding: ($spacing - 1px) (($spacing * 2) - 2px);
}
button:first-child {