mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
* Nemo statusbar button padding fix. (#611)
This commit is contained in:
committed by
Dustin Falgout
parent
05e619850d
commit
aea6d16317
@@ -63,7 +63,7 @@
|
||||
button {
|
||||
min-height: 16px;
|
||||
min-width: 16px;
|
||||
padding: ($spacing - 1px);
|
||||
padding: ($spacing - 1px) (($spacing * 2) - 2px);
|
||||
}
|
||||
|
||||
button:first-child {
|
||||
|
||||
Reference in New Issue
Block a user