mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
🆙 Fix avatar head in friends chat
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user