fix: unstyle settings mode buttons

This commit is contained in:
2026-05-24 02:10:53 +02:00
parent 391a4f750c
commit f6f95bc164

View File

@@ -93,10 +93,10 @@
<div class="py-1">
<span class="mb-1 block px-5 text-xs font-medium tracking-wider text-foreground-muted">Audio / Subtitles</span>
<div class="flex flex-col">
<button data-mode-dub class="flex items-center justify-between px-5 py-2.5 text-left transition-colors hover:bg-surface-hover text-foreground focus:outline-none">
<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:outline-none">
<span class="text-sm font-medium">English (Dub)</span>
</button>
<button data-mode-sub class="flex items-center justify-between px-5 py-2.5 text-left transition-colors hover:bg-surface-hover text-foreground focus:outline-none">
<button data-mode-sub 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:outline-none">
<span class="text-sm font-medium">Japanese (Sub)</span>
</button>
<div class="hidden px-5 py-2 flex flex-col gap-1">