301686ee5f
Next commit will tie all these widgets up with a single layout manager, and we need to control the search entry position. Move it to OverviewControls.ControlsManager. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1624>
17 lines
190 B
SCSS
17 lines
190 B
SCSS
/* OVERVIEW */
|
|
|
|
#overview {
|
|
spacing: 24px;
|
|
}
|
|
|
|
#overview-group {
|
|
spacing: 24px;
|
|
}
|
|
|
|
#overviewGroup {
|
|
background-color: $system_bg_color;
|
|
}
|
|
|
|
.overview-controls {
|
|
padding-bottom: 32px;
|
|
} |