Hi, I just wanted to point out that the CSS style used for the Avatar Theme is not okay when the username is long.
Currently, it is set to "left: -2px;" but it should be "left: 50%; margin-left: -92.5px;" instead. Just saying 😅
https://css-tricks.com/forums/topic/horizontal-centering-of-an-absolute-element/
EDIT: Forgot to mention that it occurs on the member page like https://outof.cards/members/[USERNAME]/
Leave a Comment