ui: add shadow to skip button

This commit is contained in:
2026-04-27 20:52:27 +02:00
parent 295ab22fd9
commit 8581573bd3

View File

@@ -62,7 +62,7 @@ templ VideoPlayer(data shared.WatchPageData, displayTitle string) {
></div> ></div>
<button <button
data-skip data-skip
class="absolute bottom-20 right-3 z-20 hidden border border-white bg-transparent px-3 py-1.5 text-sm font-semibold text-white transition-opacity hover:opacity-85 sm:bottom-24 sm:right-5 sm:px-4 sm:py-2 sm:text-base" class="absolute bottom-20 right-3 z-20 hidden border border-white bg-transparent px-3 py-1.5 text-sm font-semibold text-white shadow-xl drop-shadow-[0_1px_2px_rgba(0,0,0,0.8)] transition-opacity hover:opacity-90 sm:bottom-24 sm:right-5 sm:px-4 sm:py-2 sm:text-base"
> >
Skip intro Skip intro
</button> </button>