fix: remove redundant py-1 from dropdown content containers
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
</button>
|
||||
</div>
|
||||
<div data-content class="hidden absolute z-50 w-64 bg-background-button rounded-none shadow-(--shadow-card) ring-1 ring-black/10 right-0 bottom-full mb-2">
|
||||
<div class="flex flex-col py-1">
|
||||
<div class="flex flex-col">
|
||||
<div class="flex items-center justify-between px-5 py-2.5">
|
||||
<span class="text-[15px] font-normal text-foreground">Autoplay</span>
|
||||
<label class="relative inline-flex cursor-pointer items-center">
|
||||
@@ -72,7 +72,7 @@
|
||||
</label>
|
||||
</div>
|
||||
<div class="my-1 h-px w-full bg-white/10"></div>
|
||||
<div class="py-1">
|
||||
<div>
|
||||
<span class="mb-1 block px-5 text-xs font-normal tracking-wider text-foreground-muted">Audio / Subtitles</span>
|
||||
<div class="flex flex-col">
|
||||
<button data-mode-dub data-unstyled-button class="flex items-center justify-between px-5 py-2.5 text-left transition-colors hover:bg-surface-hover text-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent">
|
||||
|
||||
Reference in New Issue
Block a user