From 0a279cab2554f9d0c9cdf20bbd4d4ca6bfd8498c Mon Sep 17 00:00:00 2001 From: mkelvers Date: Mon, 20 Apr 2026 18:11:44 +0200 Subject: [PATCH] style(ui): update volume slider to match theme without background --- web/components/watch/video_player.templ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/watch/video_player.templ b/web/components/watch/video_player.templ index 2b8fa90..7eb6712 100644 --- a/web/components/watch/video_player.templ +++ b/web/components/watch/video_player.templ @@ -120,7 +120,7 @@ templ VideoPlayer(data shared.WatchPageData) { data-volume-panel class="pointer-events-none absolute bottom-full left-1/2 z-30 -translate-x-1/2 pb-3 opacity-0 invisible transition-all duration-200 group-hover/volume:pointer-events-auto group-hover/volume:opacity-100 group-hover/volume:visible focus-within:pointer-events-auto focus-within:opacity-100 focus-within:visible [&.is-dragging]:pointer-events-auto [&.is-dragging]:opacity-100 [&.is-dragging]:visible" > -
+