🆙 Fix avatar head in friends chat

This commit is contained in:
duckietm
2026-06-09 07:11:28 +02:00
parent 9e309f4aaf
commit 3e92e718e5
+7 -7
View File
@@ -637,19 +637,19 @@
& .message-avatar { & .message-avatar {
position: relative; position: relative;
flex-shrink: 0; flex-shrink: 0;
overflow: visible; overflow: hidden;
width: 36px; width: 36px;
height: 36px; height: 36px;
& .avatar-image { & .avatar-image {
position: absolute; position: absolute;
left: 50%; inset: 0;
top: 56%; width: 100%;
width: 54px; height: 100%;
height: 54px;
margin: 0; margin: 0;
background-position: center center !important; background-size: 74px auto !important;
transform: translate(-50%, -50%) scale(.95); background-position: -18px -24px !important;
transform: none;
} }
} }