Various UI tweaks and changes (#12364)

This commit is contained in:
Josh Hawkins
2024-07-09 14:36:55 -05:00
committed by GitHub
parent aacb8c84e0
commit d2f88491b1
5 changed files with 9 additions and 5 deletions

View File

@@ -161,7 +161,7 @@ export default function HlsVideoPlayer({
}, [videoRef, controlsOpen]);
return (
<TransformWrapper minScale={1.0}>
<TransformWrapper minScale={1.0} wheel={{ smoothStep: 0.005 }}>
<VideoControls
className={cn(
"absolute left-1/2 z-50 -translate-x-1/2",