Fix card gap: inline display:flex replaces non-functional Tailwind flex classes

This commit is contained in:
2026-07-03 13:26:54 +02:00
parent 336791e355
commit 18251be3c1
@@ -4,7 +4,7 @@
<p class="text-sm text-base-content/40 mt-2">Add artists to your collection to see their releases here</p>
</div>
{#else}
<div class="flex flex-col" style="gap:2.5rem">
<div style="display:flex;flex-direction:column;gap:2.5rem">
{#for entry in entries}
<a href="https://musicbrainz.org/release-group/{entry.mbid}" target="_blank" rel="noopener noreferrer"
class="card card-side bg-base-200 border border-base-300 hover:bg-base-300 transition-colors shadow-sm overflow-hidden">