From bf51fb3eac9ebcadfc70a33ec2f783c7ea7f4160 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 30 Jan 2024 07:25:12 -0700 Subject: [PATCH] Fix sizing of dialog --- web/src/components/player/DynamicVideoPlayer.tsx | 2 +- web/src/pages/History.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/player/DynamicVideoPlayer.tsx b/web/src/components/player/DynamicVideoPlayer.tsx index ff6c49667..9f9c41076 100644 --- a/web/src/components/player/DynamicVideoPlayer.tsx +++ b/web/src/components/player/DynamicVideoPlayer.tsx @@ -90,7 +90,7 @@ export default function DynamicVideoPlayer({ playerRef.current.muted(!playerRef.current.muted()); } break; - case " ": + case " ": if (down && playerRef.current) { if (playerRef.current.paused()) { playerRef.current.play(); diff --git a/web/src/pages/History.tsx b/web/src/pages/History.tsx index 66f1d2314..45098778c 100644 --- a/web/src/pages/History.tsx +++ b/web/src/pages/History.tsx @@ -268,7 +268,7 @@ function TimelineViewer({ return ( onClose()}> - + {timelineData && playback && (