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:
Jakub Steiner 2020-08-06 15:52:33 +02:00
parent 51d55e4fbc
commit 9d60047616

View File

@ -542,6 +542,10 @@ button {
min-width: 24px;
padding-left: 5px;
padding-right: 5px;
&.circular {
min-height: 24px;
}
}
&.text-button {