From 190389a053ac08f3f9114d1d8a2038c9743dad33 Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 11 May 2022 13:06:13 -0400 Subject: [PATCH] Fix oblong avatars in video room lobbies (#8565) --- res/css/views/avatars/_BaseAvatar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/avatars/_BaseAvatar.scss b/res/css/views/avatars/_BaseAvatar.scss index 964e815626..16261f000e 100644 --- a/res/css/views/avatars/_BaseAvatar.scss +++ b/res/css/views/avatars/_BaseAvatar.scss @@ -47,6 +47,7 @@ limitations under the License. .mx_BaseAvatar_image { object-fit: cover; + aspect-ratio: 1; border-radius: 125px; vertical-align: top; background-color: $background;