When group call is empty you are now full screen

This commit is contained in:
Josh Perez 2020-12-10 13:40:34 -05:00 committed by GitHub
parent a237946ba0
commit 016fc62b8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 90 additions and 22 deletions

View file

@ -162,8 +162,8 @@ export const CallingLobby = ({
/>
) : (
<CallBackgroundBlur avatarPath={me.avatarPath} color={me.color}>
<div className="module-calling-lobby__video-off--icon" />
<span className="module-calling-lobby__video-off--text">
<div className="module-calling__video-off--icon" />
<span className="module-calling__video-off--text">
{i18n('calling__your-video-is-off')}
</span>
</CallBackgroundBlur>