260f5b0b8d
The workspace minimap is much less prominent than the old workspace switcher, and serves primarily as an indicator. That means that duplicating it on secondary monitors (if workspaces on non-primaries are enabled) is harder to mistake for per-monitor workspaces, so make some people happy by including the minimap on every monitor. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1735>
13 lines
191 B
SCSS
13 lines
191 B
SCSS
/* OVERVIEW */
|
|
|
|
.controls-manager, .secondary-monitor-workspaces {
|
|
spacing: 24px;
|
|
}
|
|
|
|
#overviewGroup {
|
|
background-color: $system_bg_color;
|
|
}
|
|
|
|
.overview-controls {
|
|
padding-bottom: 32px;
|
|
} |