From e4d5e81fedd875b76f25182c26c0d3cc130a53e7 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Wed, 24 Aug 2022 12:20:36 +0200 Subject: [PATCH] theme: Quicksettings toggle size - stick to the original dimensions of the buttons See https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5792 --- 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 869e15f0b..9a56cd791 100644 --- a/data/theme/gnome-shell-sass/widgets/_quick-settings.scss +++ b/data/theme/gnome-shell-sass/widgets/_quick-settings.scss @@ -12,7 +12,7 @@ border-radius: 99px; min-width: 11.5em; max-width: 11.5em; - min-height: 48px; + min-height: 40px; border:none; &:checked { @include button(default); }