♻️ Migrated callback pages

This commit is contained in:
2025-11-29 19:03:52 +08:00
parent c6669134f5
commit 7a4a13736e
4 changed files with 24 additions and 17 deletions

View File

@@ -41,6 +41,11 @@
height: calc(100vh - 64px*2);
}
/* for the minimal layout */
.h-compact-layout {
height: calc(100vh - 48px);
}
.min-h-layout {
/* margin of the navbar + actual navbar */
min-height: calc(100vh - 64px*2);