fix: chat avatar larger (36px) with face fully visible

This commit is contained in:
juanatsap
2026-04-26 23:49:49 +01:00
parent bc29ca4a05
commit 614edac5b6
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -356,6 +356,8 @@
}
.chat-avatar-juan {
width: 36px;
height: 36px;
background: none;
padding: 0;
overflow: hidden;
@@ -365,6 +367,7 @@
width: 100%;
height: 100%;
object-fit: cover;
object-position: center 15%;
border-radius: 50%;
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB