Proper size of round user selected avatars

This commit is contained in:
SillyLossy
2023-04-08 23:34:05 +03:00
parent 3ed7d070df
commit fe90d1afea

View File

@ -1646,8 +1646,8 @@ input[type='checkbox']:not(#nav-toggle):not(#rm_button_panel_pin):not(#lm_button
}
#user_avatar_block .avatar img {
width: 60px;
height: 60px;
width: 64px;
height: 64px;
}
#user_avatar_block .avatar_upload {