From 89741038c66f20fd7e00a04bed8d17c86e795b33 Mon Sep 17 00:00:00 2001 From: Ilan Varillon <91682618+I-lander@users.noreply.github.com> Date: Fri, 3 May 2024 12:11:24 +0200 Subject: [PATCH] fix avatar stretched on 1:1 call --- 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 e2092ef0064..695b588932d 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 {