fix(ui): remove duplicate top header
CI / build-and-test (push) Has been cancelled

This commit is contained in:
2026-04-18 00:33:18 -04:00
parent b715802a4e
commit d89dd5e7db
2 changed files with 0 additions and 23 deletions
-5
View File
@@ -95,11 +95,6 @@
</aside>
<main class="app-main">
<header class="app-header">
<h1><a class="title-link" href="https://github.com/SoPat712/allstarr" target="_blank"
rel="noopener noreferrer">Allstarr</a></h1>
</header>
<div class="tabs top-tabs" aria-hidden="true">
<div class="tab active" data-tab="dashboard">Dashboard</div>
<div class="tab" data-tab="jellyfin-playlists">Link Playlists</div>
-18
View File
@@ -253,15 +253,6 @@ body {
min-width: 0;
}
.app-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 0 16px;
border-bottom: 1px solid var(--border);
margin-bottom: 18px;
}
.top-tabs,
.tabs.top-tabs {
display: none !important;
@@ -276,15 +267,6 @@ body {
text-align: center;
}
header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
border-bottom: 1px solid var(--border);
margin-bottom: 30px;
}
.auth-user {
color: var(--text-secondary);
font-size: 0.85rem;