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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user