Skip to content

Commit c82f07e

Browse files
authored
Merge pull request #2 from SableClient/update-rounded-tweak
Updated rounded theme to also apply to members drawer
2 parents 6ab77e4 + dbdf20f commit c82f07e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tweaks/rounded.sable.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
@sable-tweak
33
id: rounded
44
name: Circular avatars
5-
description: Clips message avatars to a circle.
5+
description: Clips message and members list avatars to a circle.
66
author: Sable
77
tags: demo, layout, avatar
88
*/
99

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

0 commit comments

Comments
 (0)