Fix shell omnibox drawer layout
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user