
The HTML/CSS sizing prototype that was done back in the day for GNOME 40 has a dynamic spacing depending on the height of the monitor. Let's try to follow that more closely and make the spacing dependent on screen height. For the sizing prototype, see https://gitlab.gnome.org/Teams/Design/os-mockups/-/tree/master/overview/sizing-prototype This also allows removing of a bit of manually added spacing at the top of the dash. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3278>
10 lines
140 B
SCSS
10 lines
140 B
SCSS
/* OVERVIEW */
|
|
|
|
.secondary-monitor-workspaces {
|
|
spacing: $base_padding * 2;
|
|
}
|
|
|
|
#overviewGroup {
|
|
background-color: $system_base_color;
|
|
}
|