55510e9cdf
In the future, we want to tightly control the state of the layout throught gestures, which requires hooking everything together with adjustments. This is the first step in this direction. Add a new custom layout manager for ControlsManager that allocates the search entry, the view selector, and the Dash, vertically. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1624>
13 lines
160 B
SCSS
13 lines
160 B
SCSS
/* OVERVIEW */
|
|
|
|
.controls-manager {
|
|
spacing: 24px;
|
|
}
|
|
|
|
#overviewGroup {
|
|
background-color: $system_bg_color;
|
|
}
|
|
|
|
.overview-controls {
|
|
padding-bottom: 32px;
|
|
} |