fix: chat avatar crop starts from top to show full face

This commit is contained in:
juanatsap
2026-04-26 23:50:54 +01:00
parent 614edac5b6
commit e9154b04f4
+1 -1
View File
@@ -367,7 +367,7 @@
width: 100%;
height: 100%;
object-fit: cover;
object-position: center 15%;
object-position: center top;
border-radius: 50%;
}