fix mobile navbar
This commit is contained in:
parent
c023972edc
commit
fb21f501ef
1 changed files with 3 additions and 1 deletions
|
|
@ -462,7 +462,9 @@ console.log(mainRouter.currentRoute.value.name);
|
|||
|
||||
&.centered {
|
||||
justify-content: center;
|
||||
--navBg: transparent;
|
||||
&:not(.isMobile) {
|
||||
--navBg: transparent;
|
||||
}
|
||||
|
||||
> :deep(.sidebar:not(.iconOnly)) {
|
||||
margin-left: -200px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue