mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
fix mobile navbar
This commit is contained in:
parent
c023972edc
commit
fb21f501ef
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue