From 3e74b5ae9be486a30abdf40d789374ad8b28811f Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Thu, 3 Dec 2020 14:26:43 -0300 Subject: [PATCH] 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: --- 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 c98980e0e..c84377bc7 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 {