* Nemo statusbar button padding fix. (#611)

pull/612/head
Csaba Jakosa 2016-10-23 17:15:11 +02:00 committed by Dustin Falgout
parent 05e619850d
commit aea6d16317
1 changed files with 1 additions and 1 deletions

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 {