From e9fb9ef31c717fa72d3333027b16bc8c41bd073b Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Tue, 8 Apr 2025 13:49:08 -0700 Subject: [PATCH] Actually fix local preview container size --- stylesheets/_modules.scss | 2 +- ts/components/CallScreen.tsx | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 1c5f47d5a8..108c087a66 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -4502,7 +4502,7 @@ button.module-image__border-overlay:focus { } &__local-preview-container { - width: 100%; + display: contents; } &__local-preview-fullsize { diff --git a/ts/components/CallScreen.tsx b/ts/components/CallScreen.tsx index 2e46f7159c..4959de5207 100644 --- a/ts/components/CallScreen.tsx +++ b/ts/components/CallScreen.tsx @@ -489,7 +489,10 @@ export function CallScreen({ )} > {isSendingVideo ? ( -
+
) : (