Fix CSS hidden specificity and add premium header user badge
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 14s

This commit is contained in:
Kroonk
2026-05-22 00:29:03 +02:00
parent 205cb1d948
commit 47d73a466b
7 changed files with 37 additions and 6 deletions

View File

@@ -8,6 +8,10 @@
margin: 0;
}
[hidden] {
display: none !important;
}
:root {
color-scheme: dark;
--bg: #070914;
@@ -723,6 +727,21 @@ main {
align-items: center;
}
.admin-user-badge {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 0 18px;
color: var(--muted);
font-size: 0.92rem;
background: rgba(17, 22, 36, 0.45);
border: 1px solid var(--border);
border-radius: var(--radius);
gap: 8px;
font-weight: 500;
}
.ghost-button {
display: inline-flex;
align-items: center;