This commit is contained in:
Freeplay 2023-06-15 21:35:15 -04:00
parent 9939f40c7d
commit 0368c4cdb7

View file

@ -535,7 +535,6 @@ console.log(mainRouter.currentRoute.value.name);
}
> .contents {
width: 100%;
min-width: 0;
width: 750px;
background: var(--panel);
@ -558,6 +557,7 @@ console.log(mainRouter.currentRoute.value.name);
}
> .contents {
width: 100%;
min-width: 0;
$widgets-hide-threshold: 1090px;
@media (max-width: $widgets-hide-threshold) {