[gnome-shell-sass] js/appDisplay: Generalize app scrollview CSS



commit 492317158c1a3d4fabd69bdf432559323d074dc9
Author: Carlos Garnacho <carlosg gnome org>
Date:   Wed Feb 3 12:39:26 2021 +0100

    js/appDisplay: Generalize app scrollview CSS
    
    We want to show left/right side pages during navigation, also in
    FolderViews. Let this scrollview use the same style than the "all
    apps" one, and generalize the name a bit.
    
    This will compress the scrollview horizontally, so there's actual
    overflow space to show these pages.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1630>

 widgets/_app-grid.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/widgets/_app-grid.scss b/widgets/_app-grid.scss
index bbe7216..0e3c54c 100644
--- a/widgets/_app-grid.scss
+++ b/widgets/_app-grid.scss
@@ -124,7 +124,7 @@ $app_grid_fg_color: #fff;
 }
 
 // Some hacks I don't even know
-.all-apps {
+.apps-scroll-view {
   // horizontal padding to make sure scrollbars or dash don't overlap content
   padding: 0 88px;
 }


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