[gnome-shell/wip/snwh/quicksettings-papercut-fixes] style: Visual papercut fixes for quicksettings
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/quicksettings-papercut-fixes] style: Visual papercut fixes for quicksettings
- Date: Tue, 16 Aug 2022 08:15:55 +0000 (UTC)
commit d7ca1eb75e76ae9c23c09753fd51107cb38258ac
Author: Sam Hewitt <sam snwh org>
Date: Mon Aug 15 15:00:47 2022 -0230
style: Visual papercut fixes for quicksettings
- fixes #5742
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2427>
data/theme/gnome-shell-sass/widgets/_quick-settings.scss | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_quick-settings.scss
b/data/theme/gnome-shell-sass/widgets/_quick-settings.scss
index 225ab486cf..869e15f0bf 100644
--- a/data/theme/gnome-shell-sass/widgets/_quick-settings.scss
+++ b/data/theme/gnome-shell-sass/widgets/_quick-settings.scss
@@ -1,17 +1,19 @@
.quick-settings {
padding: 4 * $base_padding;
+ border-radius: $modal_radius*2;
}
.quick-settings-grid {
- spacing-rows: 3 * $base_padding;
- spacing-columns: 2 * $base_padding;
+ spacing-rows: $base_padding*2;
+ spacing-columns: $base_padding*2;
}
.quick-toggle {
border-radius: 99px;
min-width: 11.5em;
max-width: 11.5em;
- min-height: 44px;
+ min-height: 48px;
+ border:none;
&:checked { @include button(default); }
@@ -20,7 +22,9 @@
/* Move padding into the box; this is to allow menu arrows
to extend to the border */
&.button { padding: 0; }
- & > StBoxLayout { padding: 0 2 * $base_padding; }
+ & > StBoxLayout { padding: 0 $base_padding*2; }
+ &:ltr > StBoxLayout { padding-left: $base_padding*2.5; }
+ &:rtl > StBoxLayout { padding-right: $base_padding*2.5; }
.quick-toggle-label { font-weight: bold; }
.quick-toggle-icon, .quick-toggle-arrow { icon-size: $base_icon_size; }
@@ -32,7 +36,7 @@
& .quick-toggle-arrow {
background-color: transparentize($fg_color, 0.9);
- padding: 8px;
+ padding: $base_padding $base_padding*1.75;
&:ltr { border-radius: 0 99px 99px 0; }
&:rtl { border-radius: 99px 0 0 99px; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]