Skip to content

Commit 23bf79a

Browse files
committed
gtk3: Fix oval circular buttons
Fixes: #103
1 parent 752d855 commit 23bf79a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/gtk-3.0/3.24/sass/_common.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3189,9 +3189,9 @@ colorchooser .popover.osd { border-radius: 3px; }
31893189
button.circular,
31903190
button.circular-button {
31913191
padding: 0;
3192-
min-width: 16px;
3192+
min-width: 24px;
31933193
min-height: 24px;
3194-
padding: 2px 6px;
3194+
padding: 2px;
31953195
border-radius: 50%;
31963196
-gtk-outline-radius: 50%;
31973197

0 commit comments

Comments
 (0)