mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Actually fix local preview container size
This commit is contained in:
@@ -4502,7 +4502,7 @@ button.module-image__border-overlay:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__local-preview-container {
|
&__local-preview-container {
|
||||||
width: 100%;
|
display: contents;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__local-preview-fullsize {
|
&__local-preview-fullsize {
|
||||||
|
|||||||
@@ -489,7 +489,10 @@ export function CallScreen({
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{isSendingVideo ? (
|
{isSendingVideo ? (
|
||||||
<div ref={setLocalPreviewContainer} />
|
<div
|
||||||
|
className="module-ongoing-call__local-preview-container"
|
||||||
|
ref={setLocalPreviewContainer}
|
||||||
|
/>
|
||||||
) : (
|
) : (
|
||||||
<CallBackgroundBlur avatarUrl={me.avatarUrl}>
|
<CallBackgroundBlur avatarUrl={me.avatarUrl}>
|
||||||
<div className="module-calling__spacer module-calling__camera-is-off-spacer" />
|
<div className="module-calling__spacer module-calling__camera-is-off-spacer" />
|
||||||
|
|||||||
Reference in New Issue
Block a user