Fixed  Incorrect CSS for avatars

CyberAP

Well-known member
All avatars have this rule:
Code:
.avatar .img { 
background-position: 2px 2px;
And avatars in the pop-up box have these rules:
Code:
.avatar .img.m { 
height: 96px;
width: 96px;
So what do we see? There is a 2 px margin at the top and on the left.
 Untitled-2.webp
 
I personally don't understand the issue but the OP is referring to the 2px above and to the left of the avatar which shifts the avatar down and right by 2px.

avatar.webp
 
Top Bottom