feat: use tailwind cannonical casing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user