v 0.3 Preview: Update admin
CI / test (push) Canceled after 4m2s

This commit is contained in:
2026-08-08 21:47:29 +08:00
parent 1f98f7152d
commit 43e425edbe
24 changed files with 1408 additions and 31 deletions
+8
View File
@@ -56,6 +56,14 @@ button { color: inherit; }
.main { padding: 0 46px 70px; min-width: 0; }
.topbar { height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.topbar p { color: var(--muted); font-size: 11px; letter-spacing: .08em; }
.topbar-actions { display: flex; align-items: center; gap: 12px; }
.admin-entry {
display: flex; align-items: center; gap: 10px; padding: 9px 12px; border: 1px solid rgba(25,101,72,.22);
border-radius: 10px; background: rgba(25,101,72,.06); color: var(--green); font-size: 11px; font-weight: 700; text-decoration: none;
}
.admin-entry[hidden] { display: none; }
.admin-entry:hover { background: var(--green); color: white; }
.admin-entry b { font-size: 14px; }
.user-chip { display: flex; align-items: center; gap: 9px; font-size: 13px; }
.avatar { width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; font-size: 11px; }
.view { display: none; animation: rise .35s ease; }