[gnome-shell] dash: Put the dot back into its box



commit c769a2f6f0838a72c40e7f2e8bdbcc3878fa9634
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Feb 17 01:46:04 2021 +0100

    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: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1693>

 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 e3b9c59a81..1ebd8ecffd 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 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]