forked from AuroraMiddleware/gtk
Adwaita: Add padding to circular button rows in menus
The lack of this was negatively affecting the spacing of these buttons. Fixes: #2626
This commit is contained in:
parent
ba45d7a991
commit
f4b1762072
@ -4390,7 +4390,7 @@ popover.menu {
|
||||
}
|
||||
|
||||
& box.circular-buttons {
|
||||
padding: 6px 0;
|
||||
padding: 6px 20px;
|
||||
|
||||
button.circular.image-button.model {
|
||||
@extend %list_button;
|
||||
|
Loading…
Reference in New Issue
Block a user