💄 Rework of the authorize page

This commit is contained in:
2025-11-29 18:51:29 +08:00
parent eccfc7013a
commit 7a34bc50fc
9 changed files with 200 additions and 138 deletions

View File

@@ -36,6 +36,12 @@
gap: 1rem;
}
.h-screen-no-header {
.h-layout {
/* margin of the navbar + actual navbar */
height: calc(100vh - 64px*2);
}
.min-h-layout {
/* margin of the navbar + actual navbar */
min-height: calc(100vh - 64px*2);
}