From ab3282919a0e9cbe08a511784fe6097b4c45564b Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Fri, 30 Jun 2023 23:05:50 +0800 Subject: [PATCH] update --- .../gnome-shell/widgets-44-0/_quick-settings.scss | 14 +++++++------- src/sass/gtk/apps/_budgie.scss | 4 ++++ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/sass/gnome-shell/widgets-44-0/_quick-settings.scss b/src/sass/gnome-shell/widgets-44-0/_quick-settings.scss index 65d36da..cf9f7d2 100644 --- a/src/sass/gnome-shell/widgets-44-0/_quick-settings.scss +++ b/src/sass/gnome-shell/widgets-44-0/_quick-settings.scss @@ -49,14 +49,14 @@ } } - & > StBoxLayout { spacing: $base_padding * 1.5; } + & > StBoxLayout { spacing: $base_padding * 2; } /* Move padding into the box; this is to allow menu arrows to extend to the border */ &.button { padding: 0; } - & > StBoxLayout { padding: 0 $base_padding * 2; } - &:ltr > StBoxLayout { padding-left: $base_padding * 2.5; } - &:rtl > StBoxLayout { padding-right: $base_padding * 2.5; } + & > StBoxLayout { padding: 0 $base_padding * 2.5; } + &:ltr > StBoxLayout { padding-left: $base_padding * 3; } + &:rtl > StBoxLayout { padding-right: $base_padding * 3; } .quick-toggle-title { font-weight: bold; } @@ -74,16 +74,16 @@ max-width: auto; &:ltr { border-radius: $circular_radius 0 0 $circular_radius; } - &:ltr > StBoxLayout { padding-right: $base_padding * 1.5; } + &:ltr > StBoxLayout { padding-right: $base_padding * 2; } &:rtl { border-radius: 0 $circular_radius $circular_radius 0; } - &:rtr > StBoxLayout { padding-left: $base_padding * 1.5; } + &:rtr > StBoxLayout { padding-left: $base_padding * 2; } &:ltr:last-child { border-radius: $circular_radius; } &:rtl:last-child { border-radius: $circular_radius; } } & .quick-toggle-arrow { - padding: $base_padding $base_padding * 2; + padding: $base_padding $base_padding * 2.5; border: none; background-color: $fill_color !important; diff --git a/src/sass/gtk/apps/_budgie.scss b/src/sass/gtk/apps/_budgie.scss index 157f781..8a3cc21 100644 --- a/src/sass/gtk/apps/_budgie.scss +++ b/src/sass/gtk/apps/_budgie.scss @@ -226,11 +226,15 @@ $raven_padding: 8px; &:disabled { color: $alt_disabled_fg_color; background-color: transparent; + + label { color: $alt_disabled_fg_color; } } &:checked:disabled { color: $disabled_fg_color; background-color: $fill_color; + + label { color: $disabled_fg_color; } } } }