style: Increase quick items' height
As per design feedback, increase it to 48px height, so as to give items more room for the subtitles. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2619>
This commit is contained in:
parent
1619b8f95d
commit
88dcf695c0
@ -16,7 +16,7 @@
|
||||
border-radius: 99px;
|
||||
min-width: 12em;
|
||||
max-width: 12em;
|
||||
min-height: 40px;
|
||||
min-height: 48px;
|
||||
border:none;
|
||||
|
||||
&:checked { @include button(default, $c:$selected_bg_color); }
|
||||
|
Loading…
Reference in New Issue
Block a user