From 79de73aeb7fc83ea090cce1b91047bd06ddcaae7 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 10 May 2024 06:51:41 -0600 Subject: [PATCH] Fix video control width on motion page --- web/src/components/player/VideoControls.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/components/player/VideoControls.tsx b/web/src/components/player/VideoControls.tsx index d165b8b44..bbc0f2df9 100644 --- a/web/src/components/player/VideoControls.tsx +++ b/web/src/components/player/VideoControls.tsx @@ -170,8 +170,10 @@ export default function VideoControls({ return (
feat).length > 4 && + "min-w-[94%]", )} > {video && features.volume && (