fix mobile navbar
This commit is contained in:
parent
2a313e73ff
commit
0996e2e2b6
|
@ -462,7 +462,9 @@ console.log(mainRouter.currentRoute.value.name);
|
|||
|
||||
&.centered {
|
||||
justify-content: center;
|
||||
&:not(.isMobile) {
|
||||
--navBg: transparent;
|
||||
}
|
||||
|
||||
> :deep(.sidebar:not(.iconOnly)) {
|
||||
margin-left: -200px;
|
||||
|
|
Loading…
Reference in New Issue