theme/overview: Use a spacing of 16px between elements

In the overview we want to make sure window previews are shown as large
as possible, so make the spacings a bit less excessive and only use a
16px spacing.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1702>
This commit is contained in:
Jonas Dreßler 2021-02-12 16:38:47 +01:00 committed by Marge Bot
parent 9bce2a02be
commit 613efa72f3

View File

@ -1,7 +1,7 @@
/* OVERVIEW */
.controls-manager, .secondary-monitor-workspaces {
spacing: 24px;
spacing: $base_spacing * 2;
}
#overviewGroup {
@ -10,4 +10,4 @@
.overview-controls {
padding-bottom: 32px;
}
}