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:
parent
9bce2a02be
commit
613efa72f3
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user