From 04c7b1afdda14842353faf43b731cb0365900b58 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Fri, 26 Apr 2024 23:15:56 +0800 Subject: [PATCH] update --- src/gnome-shell/sass/widgets/_dash-46.scss | 2 +- src/gnome-shell/shell-46-0/gnome-shell-Dark-compact.css | 2 +- src/gnome-shell/shell-46-0/gnome-shell-Dark.css | 2 +- src/gnome-shell/shell-46-0/gnome-shell-Light-compact.css | 2 +- src/gnome-shell/shell-46-0/gnome-shell-Light.css | 2 +- src/gnome-shell/shell-46-0/gnome-shell-compact.css | 2 +- src/gnome-shell/shell-46-0/gnome-shell.css | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/gnome-shell/sass/widgets/_dash-46.scss b/src/gnome-shell/sass/widgets/_dash-46.scss index 50cc9d5b..11033e81 100644 --- a/src/gnome-shell/sass/widgets/_dash-46.scss +++ b/src/gnome-shell/sass/widgets/_dash-46.scss @@ -86,5 +86,5 @@ $dash_border_radius: $menu_radius + $dash_padding; border: none; box-shadow: none; text-align: center; - -y-offset: $container_margin * 5; // distance from the dash edge + -y-offset: $container_margin; // distance from the dash edge } diff --git a/src/gnome-shell/shell-46-0/gnome-shell-Dark-compact.css b/src/gnome-shell/shell-46-0/gnome-shell-Dark-compact.css index 5ccf83f7..2364c889 100644 --- a/src/gnome-shell/shell-46-0/gnome-shell-Dark-compact.css +++ b/src/gnome-shell/shell-46-0/gnome-shell-Dark-compact.css @@ -2573,7 +2573,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border: none; box-shadow: none; text-align: center; - -y-offset: 10px; + -y-offset: 2px; } /* App Grid */ diff --git a/src/gnome-shell/shell-46-0/gnome-shell-Dark.css b/src/gnome-shell/shell-46-0/gnome-shell-Dark.css index b598b65c..9483e7a5 100644 --- a/src/gnome-shell/shell-46-0/gnome-shell-Dark.css +++ b/src/gnome-shell/shell-46-0/gnome-shell-Dark.css @@ -2573,7 +2573,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border: none; box-shadow: none; text-align: center; - -y-offset: 20px; + -y-offset: 4px; } /* App Grid */ diff --git a/src/gnome-shell/shell-46-0/gnome-shell-Light-compact.css b/src/gnome-shell/shell-46-0/gnome-shell-Light-compact.css index 8fa8a000..184b333e 100644 --- a/src/gnome-shell/shell-46-0/gnome-shell-Light-compact.css +++ b/src/gnome-shell/shell-46-0/gnome-shell-Light-compact.css @@ -2573,7 +2573,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border: none; box-shadow: none; text-align: center; - -y-offset: 10px; + -y-offset: 2px; } /* App Grid */ diff --git a/src/gnome-shell/shell-46-0/gnome-shell-Light.css b/src/gnome-shell/shell-46-0/gnome-shell-Light.css index c5905bbd..5bca9aa5 100644 --- a/src/gnome-shell/shell-46-0/gnome-shell-Light.css +++ b/src/gnome-shell/shell-46-0/gnome-shell-Light.css @@ -2573,7 +2573,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border: none; box-shadow: none; text-align: center; - -y-offset: 20px; + -y-offset: 4px; } /* App Grid */ diff --git a/src/gnome-shell/shell-46-0/gnome-shell-compact.css b/src/gnome-shell/shell-46-0/gnome-shell-compact.css index 6331d166..4ea82a7b 100644 --- a/src/gnome-shell/shell-46-0/gnome-shell-compact.css +++ b/src/gnome-shell/shell-46-0/gnome-shell-compact.css @@ -2573,7 +2573,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border: none; box-shadow: none; text-align: center; - -y-offset: 10px; + -y-offset: 2px; } /* App Grid */ diff --git a/src/gnome-shell/shell-46-0/gnome-shell.css b/src/gnome-shell/shell-46-0/gnome-shell.css index 6e83c6a3..ab0e010a 100644 --- a/src/gnome-shell/shell-46-0/gnome-shell.css +++ b/src/gnome-shell/shell-46-0/gnome-shell.css @@ -2573,7 +2573,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { border: none; box-shadow: none; text-align: center; - -y-offset: 20px; + -y-offset: 4px; } /* App Grid */