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



commit 6ec4f6b2b8503fbab1f80eeca8f8df3bf630b837
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>

 widgets/_dash.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/widgets/_dash.scss b/widgets/_dash.scss
index e3b9c59..1ebd8ec 100644
--- a/widgets/_dash.scss
+++ b/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]