fix: chat avatar shows full face with neck and shoulders

This commit is contained in:
juanatsap
2026-04-26 23:58:37 +01:00
parent e9154b04f4
commit 13c409065e
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -366,8 +366,7 @@
.chat-avatar-juan img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
object-fit: contain;
border-radius: 50%;
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB