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

@@ -12,7 +12,7 @@
<link rel="icon" type="image/png" sizes="48x48" href="/icons/favicon-48-v4.png">
<link rel="icon" type="image/png" sizes="192x192" href="/icons/favicon-192-v4.png">
<link rel="apple-touch-icon" href="/icons/apple-touch-icon-v4.png">
<link rel="stylesheet" href="/style.css?v=30">
<link rel="stylesheet" href="/style.css?v=34">
</head>
<body>
<header class="shell hero admin-hero">
@@ -29,6 +29,7 @@
<a class="ghost-button" id="headerDashboardBtn" href="/">Dashboard</a>
<button class="ghost-button" id="loginButton" type="button">Mit Keycloak anmelden</button>
<button class="ghost-button" id="logoutButton" type="button" hidden>Abmelden</button>
<span class="admin-user-badge" id="headerUserBadge" hidden></span>
<button class="hamburger-menu-btn" id="hamburgerMenuBtn" aria-label="Menü öffnen" type="button" style="display: none;">
<span class="hamburger-bar"></span>
<span class="hamburger-bar"></span>
@@ -241,6 +242,6 @@
</div>
</div>
<script src="/admin.js?v=29" defer></script>
<script src="/admin.js?v=30" defer></script>
</body>
</html>