From c121167087dffbb6a4b55d960dccc61b9cef530f Mon Sep 17 00:00:00 2001 From: Ilan Varillon <91682618+I-lander@users.noreply.github.com> Date: Mon, 6 May 2024 10:28:02 +0200 Subject: [PATCH] fix avatar stretched on 1:1 call (#12494) Co-authored-by: Florian Duros --- res/css/views/toasts/_IncomingLegacyCallToast.pcss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/toasts/_IncomingLegacyCallToast.pcss b/res/css/views/toasts/_IncomingLegacyCallToast.pcss index e2092ef006..695b588932 100644 --- a/res/css/views/toasts/_IncomingLegacyCallToast.pcss +++ b/res/css/views/toasts/_IncomingLegacyCallToast.pcss @@ -18,6 +18,7 @@ limitations under the License. .mx_IncomingLegacyCallToast { display: flex; flex-direction: row; + align-items: flex-start; pointer-events: initial; /* restore pointer events so the user can accept/decline */ .mx_IncomingLegacyCallToast_content {