From bb7ea4e835d0dcaba82c8df2cf5e470dfe90530d Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 28 Apr 2023 21:59:25 +0300 Subject: [PATCH] fix profile avatar dimensions --- theme_nin_night/css/style.css | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/theme_nin_night/css/style.css b/theme_nin_night/css/style.css index 2ad3852..9d91501 100644 --- a/theme_nin_night/css/style.css +++ b/theme_nin_night/css/style.css @@ -1649,8 +1649,6 @@ ul.userMenu-search-profiles .mini-profile-name { } /* line 110, ../sass/style.sass */ ul.userMenu-search-profiles .mini-profile-photo { - width: 30px; - height: 30px; margin: 0 10px 0 0; float: left; } @@ -1821,20 +1819,13 @@ ul.userMenu-search-profiles button:after, ul.userMenu-search-profiles .mini-prof /* line 234, ../sass/style.sass */ .mini-profile-photo { - width: 64px; - height: 64px; overflow: hidden; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; display: block; margin: auto; } /* line 241, ../sass/style.sass */ .mini-profile-photo img { - min-width: 100%; - min-height: 100%; - border-radius: 50%; + border-radius: 3px; } /* line 248, ../sass/style.sass */ @@ -1977,10 +1968,6 @@ ul.userMenu-search-profiles button:after, ul.userMenu-search-profiles .mini-prof height: 48px; overflow: hidden; } -/* line 355, ../sass/style.sass */ -#postboard-top .profile-photo img { - width: 100%; -} /* line 357, ../sass/style.sass */ #postboard-top .post-area { overflow: hidden; @@ -3410,8 +3397,6 @@ position: relative; } .following-own-modal .following-list .mini-profile-photo { - width: 64px; - height: 64px; margin-top: 12px; margin-bottom: 2px; }