mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
overviewControls/controlsManager: Use a custom layout manager
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>
This commit is contained in:
parent
301686ee5f
commit
55510e9cdf
3 changed files with 54 additions and 16 deletions
|
|
@ -1,10 +1,6 @@
|
|||
/* OVERVIEW */
|
||||
|
||||
#overview {
|
||||
spacing: 24px;
|
||||
}
|
||||
|
||||
#overview-group {
|
||||
.controls-manager {
|
||||
spacing: 24px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ $search_entry_height: 36px;
|
|||
color: transparentize($fg_color,0.3);
|
||||
background-color: $bg_color;
|
||||
border-color: $borders_color;
|
||||
margin-top: 24px;
|
||||
|
||||
&:hover {
|
||||
background-color: $hover_bg_color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue