From fe90d1afea7847024bc76483f3319f51f23c600c Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Sat, 8 Apr 2023 23:34:05 +0300 Subject: [PATCH] Proper size of round user selected avatars --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index f88f2363c..346be4da1 100644 --- a/public/style.css +++ b/public/style.css @@ -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 {