diff --git a/src/Home.module.css b/src/Home.module.css index dcf1ce2..7abd5ba 100644 --- a/src/Home.module.css +++ b/src/Home.module.css @@ -2,7 +2,7 @@ display: flex; flex: 1; flex-direction: column; - min-height: 100vh; + min-height: 100%; } .splitContainer { diff --git a/src/LoginPage.module.css b/src/LoginPage.module.css index 5507db5..2834d6a 100644 --- a/src/LoginPage.module.css +++ b/src/LoginPage.module.css @@ -8,6 +8,7 @@ flex-direction: column; align-items: center; padding: 0 20px; + height: 100%; } .content { @@ -15,7 +16,7 @@ flex-direction: column; max-width: 400px; width: 100%; - height: 100vh; + min-height: 100%; } .formContainer { diff --git a/src/Room.jsx b/src/Room.jsx index e2ef36e..5357812 100644 --- a/src/Room.jsx +++ b/src/Room.jsx @@ -300,57 +300,64 @@ function RoomSetupView({
Warning, you are signed into this call on another device.
- )} -- Webcam/microphone permissions needed to join the call. -
- )} - {state === GroupCallState.InitializingLocalCallFeed && ( -- Accept webcam/microphone permissions to join the call. -
- )} - - {state === GroupCallState.LocalCallFeedInitialized && ( - <> - -Warning, you are signed into this call on another device.
)} ++ Webcam/microphone permissions needed to join the call. +
+ )} + {state === GroupCallState.InitializingLocalCallFeed && ( ++ Accept webcam/microphone permissions to join the call. +
+ )} + + {state === GroupCallState.LocalCallFeedInitialized && ( + <> + +Or
+Or
-