Bluesky: square avatars with rounded corners
Turns round avatars into slightly rounded squares, giving profiles a more editorial look.
Code to copy
/* Switch round avatars to softly rounded squares */
[data-testid="userAvatarImage"],
[data-testid="postsFeedItem"] img[src*="avatar"],
img[src*="avatar"][style*="border-radius"] {
border-radius: 8px !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.