Revert "Replace CSS gap with explicit spacer spans for guaranteed spacing"

This reverts commit 270d4c6e96.
This commit is contained in:
2026-07-03 14:09:37 +02:00
parent 20eb4ce3ea
commit afd53595f5
@@ -33,9 +33,8 @@
<div class="navbar bg-base-300 shadow-lg px-4 min-h-0 h-14">
<div class="navbar-start"></div>
<div class="navbar-center" style="display:flex;flex:1;align-items:center;justify-content:center">
<a href="/" class="font-bold text-lg text-base-content no-underline">DiscDrop</a>
<span style="width:2.5rem;flex-shrink:0;display:inline-block"></span>
<div class="navbar-center" style="display:flex;align-items:center;gap:2.5rem">
<a href="/" class="font-bold text-lg text-base-content no-underline" style="padding:0 0.5rem">DiscDrop</a>
<div id="search-wrapper" style="width:18rem">
<form hx-get="/api/artists/search"
hx-target="#search-results"
@@ -46,8 +45,7 @@
</form>
<div id="search-results"></div>
</div>
<span style="width:2.5rem;flex-shrink:0;display:inline-block"></span>
<a href="/artists" class="font-medium text-base-content no-underline {#if activeTab == 'artists'}font-bold{/if}">Artists</a>
<a href="/artists" class="font-medium text-base-content no-underline {#if activeTab == 'artists'}font-bold{/if}" style="padding:0 0.5rem">Artists</a>
</div>
<div class="navbar-end gap-2">