[gnome-shell] theme: Add some horizontal padding to folder view



commit 3e74b5ae9be486a30abdf40d789374ad8b28811f
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Dec 3 14:26:43 2020 -0300

    theme: Add some horizontal padding to folder view
    
    So that folders also have a slight fade when scrolling. Do that by actually
    dropping the CSS to remove the inherited horizontal padding.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1519>

 data/theme/gnome-shell-sass/widgets/_app-grid.scss | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_app-grid.scss 
b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
index c98980e0ec..c84377bc79 100644
--- a/data/theme/gnome-shell-sass/widgets/_app-grid.scss
+++ b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
@@ -77,8 +77,6 @@ $app_grid_fg_color: #fff;
     column-spacing: $base_spacing * 5;
     page-padding-top: 0;
     page-padding-bottom: 0;
-    page-padding-left: 0;
-    page-padding-right: 0;
   }
 
   & .page-indicators {


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