From ea62498ad3da64d351c12704a3b53b9d3ea3b45a Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Sun, 26 May 2024 16:24:09 +0300 Subject: [PATCH] App grid: fix running dot on GNOME 46.2 --- theme/gnome-shell_css/apps.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/gnome-shell_css/apps.css b/theme/gnome-shell_css/apps.css index f4a00c9..4e60be2 100644 --- a/theme/gnome-shell_css/apps.css +++ b/theme/gnome-shell_css/apps.css @@ -222,6 +222,7 @@ #dash .app-grid-running-dot { margin-bottom: 12px !important; /* override because of gdm */ + offset-y: 8px; /* 46.2 fix */ } #dash .app-well-app:hover .app-well-app-running-dot,