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