fix mobile navbar

This commit is contained in:
Freeplay 2023-05-14 17:21:28 -04:00
parent 2a313e73ff
commit 0996e2e2b6

View file

@ -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;