613efa72f3
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>
14 lines
205 B
SCSS
14 lines
205 B
SCSS
/* OVERVIEW */
|
|
|
|
.controls-manager, .secondary-monitor-workspaces {
|
|
spacing: $base_spacing * 2;
|
|
}
|
|
|
|
#overviewGroup {
|
|
background-color: $system_bg_color;
|
|
}
|
|
|
|
.overview-controls {
|
|
padding-bottom: 32px;
|
|
}
|