Fix shell omnibox drawer layout

This commit is contained in:
2026-03-21 14:25:56 +01:00
parent 4134d84b9d
commit 49e8528dc6
5 changed files with 40 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
.app-shell {
--shell-header-height: 5.75rem;
--shell-mobile-nav-height: 0rem;
min-height: 100vh;
display: flex;
flex-direction: column;
@@ -200,6 +202,11 @@
}
@media (max-width: 767.98px) {
.app-shell {
--shell-header-height: 5.1rem;
--shell-mobile-nav-height: 5.5rem;
}
.app-shell-header {
padding: 0.65rem 0.75rem 0;
}