Mastodon: square avatars
Switches circular avatars to rounded squares in the timeline, notifications and headers.
Code to copy
/* Use rounded squares instead of circles for avatars */
.account__avatar,
.account__avatar img,
.status__avatar,
.status__avatar img,
.notification__display-name + .account__avatar,
.account__avatar-overlay-base,
.account__avatar-overlay-overlay {
border-radius: 6px !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.