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>
This commit is contained in:
Georges Basile Stavracas Neto 2020-12-30 17:02:14 -03:00 committed by Marge Bot
parent d02612e790
commit 301686ee5f
3 changed files with 29 additions and 22 deletions

View file

@ -4,6 +4,10 @@
spacing: 24px;
}
#overview-group {
spacing: 24px;
}
#overviewGroup {
background-color: $system_bg_color;
}