why's my pfp a circle and why can't i change it? it ruins my whole vibe...
Add this to your profile's custom CSS to revert it:
.avatar {
border-radius: var(--radius) !important;
}
You can also set the radius to 0 if you want perfect squares.
Reactions
Comments
Leave a comment