From 70a267f990a7865939bec0814728d8a2309d4d14 Mon Sep 17 00:00:00 2001 From: d47081 Date: Thu, 14 Jul 2022 17:14:37 +0300 Subject: [PATCH] fix avatar dimensions to 64px or 100% of the original size --- theme_nin_night/css/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/theme_nin_night/css/style.css b/theme_nin_night/css/style.css index 9dd9297..6498cc6 100644 --- a/theme_nin_night/css/style.css +++ b/theme_nin_night/css/style.css @@ -540,10 +540,9 @@ samp { /* line 121, ../sass/_profile.sass */ .profile-card-photo { - height: 75px; + height: 64px; margin: 0 auto; display: block; - width: auto; } /* line 134, ../sass/_profile.sass */ @@ -1822,8 +1821,8 @@ ul.userMenu-search-profiles button:after, ul.userMenu-search-profiles .mini-prof /* line 234, ../sass/style.sass */ .mini-profile-photo { - width: 80px; - height: 80px; + width: 64px; + height: 64px; overflow: hidden; -moz-border-radius: 50%; -webkit-border-radius: 50%;