forked from AuroraMiddleware/gtk
Adwaita: force circular imagebuttons to be square
Addresses https://gitlab.gnome.org/GNOME/gnome-clocks/-/merge_requests/123#note_884741
This commit is contained in:
parent
51d55e4fbc
commit
9d60047616
@ -542,6 +542,10 @@ button {
|
||||
min-width: 24px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
|
||||
&.circular {
|
||||
min-height: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
&.text-button {
|
||||
|
Loading…
Reference in New Issue
Block a user