[GTK 3.20] Fixed Circular button radius bug.

This commit is contained in:
Csaba Jakosa
2016-08-25 21:16:51 +05:30
committed by Khurshid Alam
parent 5ea55ab061
commit 622b1a2575
2 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -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;
}
}
}