Add custom shadow classes for cards and dropdown

This commit is contained in:
2026-07-03 13:29:31 +02:00
parent 18251be3c1
commit 076992525a
3 changed files with 5 additions and 2 deletions
@@ -1,4 +1,4 @@
<div class="card bg-base-300 shadow-xl border border-base-300 mt-1 max-h-72 overflow-y-auto">
<div class="card bg-base-300 dropdown-shadow border border-base-300 mt-1" style="max-height:18rem;overflow-y:auto">
{#if artists.isEmpty()}
<div class="p-4 text-sm text-center text-base-content/50">No artists found</div>
{#else}