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:
Pedro Pinto Silva 2024-05-20 18:04:17 +02:00 committed by pedropintosilva
parent 3a749bf0ff
commit 3760e64c6b

View file

@ -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);
}