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 ? ( -
+
) : (