mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -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 {
|
&.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…
Add table
Reference in a new issue