mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
[GTK 3.20] Fixed Circular button radius bug.
This commit is contained in:
committed by
Khurshid Alam
parent
5ea55ab061
commit
622b1a2575
@@ -280,7 +280,11 @@
|
||||
stackswitcher button {
|
||||
&.text-button { min-width: 90px; } // FIXME aggregate with buttons
|
||||
|
||||
&.circular { min-width: 0; } // FIXME aggregate with buttons
|
||||
&.circular { // FIXME aggregate with buttons
|
||||
min-width: 32px;
|
||||
min-height: 32px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user