Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions tweaks/rounded.sable.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
@sable-tweak
id: rounded
name: Circular avatars
description: Clips message avatars to a circle.
description: Clips message and members list avatars to a circle.
author: Sable
tags: demo, layout, avatar
*/

body.sable-remote-theme span[class*='layout_AvatarBase'] > * {
body.sable-remote-theme span[class*='layout_AvatarBase'] > *,
body.sable-remote-theme [class*='UserAvatar'] {
border-radius: 50%;
overflow: hidden;
}