From cc6ef0b7bfb213f36adc0a338c1f0e5ab55b01df Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Mon, 29 Sep 2025 10:10:13 -0400 Subject: [PATCH] Anchor chat message image crop to top (#1193) --- styles/less/global/chat.less | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/less/global/chat.less b/styles/less/global/chat.less index 95ea956f..3f83294a 100644 --- a/styles/less/global/chat.less +++ b/styles/less/global/chat.less @@ -61,6 +61,7 @@ width: 40px; height: 40px; object-fit: cover; + object-position: top center; } .message-sub-header-container {