Add custom shadow classes for cards and dropdown
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user