[gnome-shell/wip/jimmac/quicksettings-toggle-size] theme: Quicksettings toggle size




commit e4d5e81fedd875b76f25182c26c0d3cc130a53e7
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Aug 24 12:20:36 2022 +0200

    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 869e15f0bf..9a56cd7913 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); }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]