1
0
Fork 1
mirror of https://example.com synced 2024-11-27 20:36:38 +09:00

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 { &.centered {
justify-content: center; justify-content: center;
--navBg: transparent; &:not(.isMobile) {
--navBg: transparent;
}
> :deep(.sidebar:not(.iconOnly)) { > :deep(.sidebar:not(.iconOnly)) {
margin-left: -200px; margin-left: -200px;