🆙 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 {
position: relative;
flex-shrink: 0;
overflow: visible;
overflow: hidden;
width: 36px;
height: 36px;
& .avatar-image {
position: absolute;
left: 50%;
top: 56%;
width: 54px;
height: 54px;
inset: 0;
width: 100%;
height: 100%;
margin: 0;
background-position: center center !important;
transform: translate(-50%, -50%) scale(.95);
background-size: 74px auto !important;
background-position: -18px -24px !important;
transform: none;
}
}