mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Proper size of round user selected avatars
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user