Improve group call participants background, padding, margin

This commit is contained in:
ayumi-signal
2024-01-17 12:37:04 -08:00
committed by GitHub
parent 670da5722a
commit a9df5923a3
7 changed files with 39 additions and 16 deletions

View File

@@ -391,7 +391,7 @@ export function CallScreen({
{isSendingVideo ? (
<video ref={localVideoRef} autoPlay />
) : (
<CallBackgroundBlur avatarPath={me.avatarPath} color={me.color}>
<CallBackgroundBlur avatarPath={me.avatarPath}>
<div className="module-calling__spacer module-calling__camera-is-off-spacer" />
<div className="module-calling__camera-is-off">
{i18n('icu:calling__your-video-is-off')}
@@ -412,7 +412,7 @@ export function CallScreen({
autoPlay
/>
) : (
<CallBackgroundBlur avatarPath={me.avatarPath} color={me.color}>
<CallBackgroundBlur avatarPath={me.avatarPath}>
<Avatar
acceptedMessageRequest
avatarPath={me.avatarPath}