fix: remove redundant py-1 from dropdown content containers

This commit is contained in:
2026-06-16 16:26:21 +02:00
committed by Milas Holsting
parent 5788216bb6
commit ed3c50f452
5 changed files with 14 additions and 14 deletions

View File

@@ -31,7 +31,7 @@
</button>
</div>
<div data-content class="hidden absolute z-50 min-w-37.5 bg-background-button rounded-none shadow-(--shadow-card) ring-1 ring-black/10 right-0 top-full mt-2">
<div class="flex flex-col py-1">
<div class="flex flex-col">
<button data-watchlist-sort="date" class="flex w-full items-center px-4 py-2 text-sm font-normal text-foreground transition-colors hover:bg-surface-hover focus-visible:ring-1 focus-visible:ring-accent">Date Added</button>
<button data-watchlist-sort="title" class="flex w-full items-center px-4 py-2 text-sm font-normal text-foreground-muted transition-colors hover:bg-surface-hover hover:text-foreground focus-visible:ring-1 focus-visible:ring-accent">Title</button>
</div>