Update UI

This commit is contained in:
2026-05-13 15:22:39 +08:00
parent 28eb17f60b
commit cda8a3e0ee
8 changed files with 12 additions and 7 deletions
@@ -26,9 +26,14 @@ body { background-color: var(--bg-page) !important; color: var(--text-primary);
position: sticky;
top: 0;
z-index: 999;
margin-top: 0 !important;
margin-bottom: 0 !important;
box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
/* ── Page content spacing ─────────────────────────────────────────────────── */
#container { margin-top: 1.5rem !important; }
/* ── Back-to-top button ───────────────────────────────────────────────────── */
#backToTop {
position: fixed;