gnome-shell/data/theme/gnome-shell-sass/widgets/_overview.scss
Georges Basile Stavracas Neto 301686ee5f overview: Move search entry to ControlsManager
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>
2021-02-11 15:50:31 +00:00

17 lines
190 B
SCSS

/* OVERVIEW */
#overview {
spacing: 24px;
}
#overview-group {
spacing: 24px;
}
#overviewGroup {
background-color: $system_bg_color;
}
.overview-controls {
padding-bottom: 32px;
}