CapnKitten / Translucence

A translucent/frosted glass theme for Discord
88 stars 254 forks source link

Avatar glitch after status change #41

Closed biguard1 closed 5 months ago

biguard1 commented 6 months ago

Description

Avatar disappears after status change

2024-03-0902234

Why is it hppening?

For some reason discord creates new mask after status change, that applies to avatar:

image

And this mask contains circle element, so this selector brokes the mask:

.userProfileInner__8065b .wrapper_edb6e0 circle {
  fill: var(--profile-avatar-border-color);
}

Possible solution

Change selector: .userProfileInner__8065b .wrapper_edb6e0 circle.userProfileInner__8065b .wrapper_edb6e0 svg > circle

biguard1 commented 5 months ago

Issue has been fixed