1
0
Fork 1
mirror of https://example.com synced 2024-11-27 15:26:39 +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 {
justify-content: center;
&:not(.isMobile) {
--navBg: transparent;
}
> :deep(.sidebar:not(.iconOnly)) {
margin-left: -200px;