SpikeHD / Dorion

Tiny alternative Discord client with a smaller footprint, snappier startup, themes, plugins and more!
https://spikehd.github.io/projects/dorion/
GNU General Public License v3.0
628 stars 20 forks source link

fix(all): user popout #147

Closed Small-Ku closed 1 year ago

Small-Ku commented 1 year ago

After Discord update, #118 is happening again. The div class is not begin with userProfileOuter but userPopoutOuter instead.

Changes also mimicking the original CSS of discord which looks like:

.userProfileOuter__46bb7 {
    ...
    --custom-user-popout-outside-components-height: 1px;
}