From 945fe727b18382af8d752e717ebe3e3d11b92c1d Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 24 Aug 2024 15:39:43 +0800 Subject: [PATCH] update --- src/sass/gnome-shell/widgets-46-0/_app-grid.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sass/gnome-shell/widgets-46-0/_app-grid.scss b/src/sass/gnome-shell/widgets-46-0/_app-grid.scss index 0f29db46..85e27201 100644 --- a/src/sass/gnome-shell/widgets-46-0/_app-grid.scss +++ b/src/sass/gnome-shell/widgets-46-0/_app-grid.scss @@ -53,7 +53,8 @@ $app_folder_size: 720px; height: 5px; border-radius: 5px; background-color: $light_alt_fg_color; - margin-bottom: 6px; + margin-bottom: 0 !important; + offset-y: 6px; StWidget.focused & { background-color: $primary_color;