diff --git a/src/main/VideoControls.tsx b/src/main/VideoControls.tsx index 975f2f1ab..e0ea82f9f 100644 --- a/src/main/VideoControls.tsx +++ b/src/main/VideoControls.tsx @@ -66,25 +66,11 @@ const VideoControls: React.FC<{ ...(flexGapReplacementStyle(30, false)), }) - const leftSideBoxStyle = css({ - width: '100%', - display: 'flex', - justifyContent: 'flex-end' - }) - - const rightSideBoxStyle = css({ - width: '100%', - display: 'flex', - justifyContent: 'flex-start' - }) - return (
-
- -
+ -
- -
+
); }