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>
This commit is contained in:
Georges Basile Stavracas Neto 2020-12-03 14:26:43 -03:00
parent aca61ad3ee
commit 3e74b5ae9b

View File

@ -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 {