💄 Optimize rewind

This commit is contained in:
2025-12-27 13:41:32 +08:00
parent f8af7bfd36
commit 90e1d760d8
2 changed files with 346 additions and 225 deletions

View File

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