* Nemo statusbar button padding fix.

pull/611/head
Megax 2016-10-23 16:45:30 +02:00
parent 05e619850d
commit 70a8a7dfc4
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 {