feat: use tailwind cannonical casing

This commit is contained in:
2026-04-21 01:35:49 +02:00
parent 7a3654c62b
commit 9e196750fe
4 changed files with 23 additions and 23 deletions

View File

@@ -53,7 +53,7 @@ templ VideoPlayer(data shared.WatchPageData) {
Skip intro
</button>
<div
class="absolute inset-x-0 bottom-0 bg-gradient-to-t from-black/90 to-transparent px-3 pb-3 pt-10 opacity-100 transition-opacity sm:px-4 sm:pb-4 sm:pt-12 sm:opacity-0 sm:group-hover:opacity-100 sm:group-[.show-controls]:opacity-100 group-[.show-controls]:opacity-100"
class="absolute inset-x-0 bottom-0 bg-linear-to-t from-black/90 to-transparent px-3 pb-3 pt-10 opacity-100 transition-opacity sm:px-4 sm:pb-4 sm:pt-12 sm:opacity-0 sm:group-hover:opacity-100 sm:group-[.show-controls]:opacity-100 group-[.show-controls]:opacity-100"
>
<div
data-progress-wrap