Strencher / BetterDiscordStuff

A collection of my BetterDiscord plugins
https://strencher.github.io/BetterDiscordStuff/
366 stars 226 forks source link

[StatusEverywhere] Compatibility for themes with custom avatar border radius #284

Closed Noth-Shian closed 2 years ago

Noth-Shian commented 2 years ago

The plugin rounds up the avatars profiles pictures on themes that are squared, here is a screen capture with plugin enabled: image

And disabled: image

I was trying to fix it with this custom CSS but im not an CSS expert and it doesn't work image

The theme is a modified version of: https://betterdiscord.app/theme/Cyberpunk%202077

domi-btnr commented 2 years ago

The Avatar has a Mask. Use this CSS:

.StatusEverywhere-avatar-chatAvatar > svg > foreignObject {
    mask: unset
}
domi-btnr commented 2 years ago

@N-NNoThing Can I close this issue?