diff --git a/src/pages/RecordingPage.tsx b/src/pages/RecordingPage.tsx index 394abc4e..8a4ae653 100644 --- a/src/pages/RecordingPage.tsx +++ b/src/pages/RecordingPage.tsx @@ -110,23 +110,26 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => { } }, [socket, handleLoaded]); + return ( -
+
{isLoaded ? ( - - -
- -
+ <> + + +
+ +
+
+ +
+ +
+
- -
- -
-
-
+ ) : ( )} @@ -136,6 +139,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => { ); }; + const RecordingPageWrapper = styled.div` position: relative; width: 100vw;