adjust avatar sizes

This commit is contained in:
SrGooglo 2023-07-13 18:06:34 +00:00
parent 591be63a8f
commit 7563ee5b9f

View File

@ -106,7 +106,7 @@ html {
z-index: 110;
transform: translateY(80%);
transform: translateY(75%);
}
._mobile_userCard_top_avatar {
@ -125,8 +125,8 @@ html {
border-radius: 12px;
img {
width: 100%;
height: 100%;
width: 120px;
height: 120px;
object-fit: contain;
background-color: black;