fix(ui): auth pages are not showing properly
This commit is contained in:
parent
ade6578486
commit
8b5144bb1c
@ -45,5 +45,6 @@ document.documentElement.style.overflowY = 'scroll';
|
||||
.root {
|
||||
min-height: 100dvh;
|
||||
box-sizing: border-box;
|
||||
background: var(--wallpaperOverlay);
|
||||
}
|
||||
</style>
|
||||
|
@ -14,7 +14,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="main" style="background: var(--wallpaperOverlay)">
|
||||
<div class="main">
|
||||
<!--
|
||||
<div v-if="!isRoot" class="header">
|
||||
<div v-if="narrow === false" class="wide">
|
||||
@ -222,6 +222,7 @@ defineExpose({
|
||||
> .main {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
background: var(--wallpaperOverlay);
|
||||
|
||||
> .header {
|
||||
background: var(--panel);
|
||||
|
@ -60,11 +60,13 @@ document.documentElement.style.overflowY = 'scroll';
|
||||
.root {
|
||||
min-height: 100dvh;
|
||||
box-sizing: border-box;
|
||||
background: var(--wallpaperOverlay);
|
||||
}
|
||||
|
||||
.rootWithBottom {
|
||||
min-height: calc(100dvh - (60px + (var(--margin) * 2) + env(safe-area-inset-bottom, 0px)));
|
||||
box-sizing: border-box;
|
||||
background: var(--wallpaperOverlay);
|
||||
}
|
||||
|
||||
.bottom {
|
||||
|
Loading…
Reference in New Issue
Block a user