From 88dcf695c01af8bbb0ac7d1a1b80afa1735f29a4 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Sat, 4 Feb 2023 10:01:34 -0300 Subject: [PATCH] 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: --- data/theme/gnome-shell-sass/widgets/_quick-settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell-sass/widgets/_quick-settings.scss b/data/theme/gnome-shell-sass/widgets/_quick-settings.scss index e19137180..52fcf6bc4 100644 --- a/data/theme/gnome-shell-sass/widgets/_quick-settings.scss +++ b/data/theme/gnome-shell-sass/widgets/_quick-settings.scss @@ -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); }