mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue