fix: use standard tailwind sizes for autoplay button icon
This commit is contained in:
@@ -45,7 +45,7 @@ templ WatchPage(anime jikan.Anime, data shared.WatchPageData) {
|
||||
class="inline-flex h-8 items-center gap-1.5 bg-(--panel-soft) px-2 text-xs text-(--text) hover:bg-(--panel)"
|
||||
title="Autoplay: On"
|
||||
>
|
||||
<svg class="h-3.5 w-3.5 shrink-0" viewBox="0 0 24 24" aria-hidden="true">
|
||||
<svg class="h-4 w-4 shrink-0" viewBox="0 0 24 24" aria-hidden="true">
|
||||
<polygon points="5 6 16 12 5 18" fill="currentColor" stroke="none"></polygon>
|
||||
<line x1="19" y1="6" x2="19" y2="18" stroke="currentColor" stroke-width="2" stroke-linecap="round"></line>
|
||||
</svg>
|
||||
|
||||
Reference in New Issue
Block a user