From c769a2f6f0838a72c40e7f2e8bdbcc3878fa9634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 17 Feb 2021 01:46:04 +0100 Subject: [PATCH] dash: Put the dot back into its box When commit 3a9acb96 moved around padding to extend the clickable area to the screen edge, it reduced the inner padding too much and the running indicator ended up outside the highlighted area. Adjust the padding to put it back into its place. Part-of: --- data/theme/gnome-shell-sass/widgets/_dash.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell-sass/widgets/_dash.scss b/data/theme/gnome-shell-sass/widgets/_dash.scss index e3b9c59a8..1ebd8ecff 100644 --- a/data/theme/gnome-shell-sass/widgets/_dash.scss +++ b/data/theme/gnome-shell-sass/widgets/_dash.scss @@ -40,7 +40,7 @@ $dash_border_radius: $modal_radius * 1.5; // Dash Items .dash-item-container .app-well-app, .show-apps { - padding: 0 $dash_spacing $dash_bottom_margin; + padding: $dash_padding $dash_spacing $dash_padding + $dash_bottom_margin; } .dash-separator {