DiscordStyles / RadialStatus

Changes the status icons to wrap around the avatar.
MIT License
111 stars 154 forks source link

Color gap does not change shape on small user profile popout #19

Closed SqueakyBeaver closed 3 years ago

SqueakyBeaver commented 3 years ago

When you click a user's avatar, then the color gap does not change with the avatar shape. When I add the following to my live css code, the gap shape will change:

#app-mount .wrapper-3t9DeA[style*="width: 80px;"].avatar-37jOim  {
   border-radius: var(--rs-avatar-shape);
}

Before css added: image

After: image

(Avatar shape is set to 0%)

Gibbu commented 3 years ago

Fixed.