feat: horizontal preset layout, detail modal integration, reorder above stats

This commit is contained in:
2026-04-27 15:58:35 +08:00
parent 830c14fd3e
commit d2a4e58b74
2 changed files with 244 additions and 151 deletions
+8
View File
@@ -17,3 +17,11 @@
/* Fonts */
--font-sans: var(--font-lexend);
}
.scrollbar-hide {
scrollbar-width: none;
-ms-overflow-style: none;
}
.scrollbar-hide::-webkit-scrollbar {
display: none;
}