Toolbar-down: Fix Search input field and other elements alignment
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: Ib1e1b1247dc42e721921c6bf1b68726cf0c916e5
This commit is contained in:
parent
3a749bf0ff
commit
3760e64c6b
1 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,11 @@
|
|||
border-top: 1px solid var(--color-border);
|
||||
padding: 4px 0px;
|
||||
}
|
||||
#toolbar-down > .ui-scroll-wrapper > .vertical {
|
||||
/* To do: test if all .ui-scroll-wrapper.vertical
|
||||
can be set with this and if so, remove this */
|
||||
align-items: center;
|
||||
}
|
||||
#toolbar-down:not(.mobile) {
|
||||
background-color: var(--color-main-background);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue