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
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 14s
This commit is contained in:
19
style.css
19
style.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user