mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Optimize buttons. Fixes #452
This only sets minimum button height-width to 16px so that gtk-widgets can use lowest icon-size at 16x16px.
This commit is contained in:
@@ -47,7 +47,8 @@
|
||||
}
|
||||
|
||||
&.primary-toolbar button {
|
||||
padding: 5px 6px;
|
||||
min-width: 28px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
/* Path Bar */
|
||||
@@ -66,8 +67,8 @@
|
||||
grid {
|
||||
> widget:last-child {
|
||||
button {
|
||||
min-height: 15px;
|
||||
min-width: 20px;
|
||||
min-height: 16px;
|
||||
min-width: 16px;
|
||||
}
|
||||
|
||||
button:first-child {
|
||||
|
||||
Reference in New Issue
Block a user