diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2021-02-03 12:39:26 +0100 |
---|---|---|
committer | Marge Bot <marge-bot@gnome.org> | 2021-03-02 22:02:56 +0000 |
commit | f31c49c40ed3e34897e6e1fd2b5a0fe6f61ef962 (patch) | |
tree | b442d42b3658f644ce4c2e63a3a934c8a3db4832 /data | |
parent | 0d62dadfbc4532953668a976a2585369d753ae01 (diff) | |
download | gnome-shell-f31c49c40ed3e34897e6e1fd2b5a0fe6f61ef962.tar.gz |
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>
Diffstat (limited to 'data')
-rw-r--r-- | data/theme/gnome-shell-sass/widgets/_app-grid.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/theme/gnome-shell-sass/widgets/_app-grid.scss b/data/theme/gnome-shell-sass/widgets/_app-grid.scss index bbe721600..0e3c54c92 100644 --- a/data/theme/gnome-shell-sass/widgets/_app-grid.scss +++ b/data/theme/gnome-shell-sass/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; } |