maenDisease / BetterDiscordStuff

46 stars 64 forks source link

[Float] New Discord update broke memberslist shadow/background (temporary workaround in post) #34

Open Taizunz opened 1 year ago

Taizunz commented 1 year ago

A recent Discord update appears to have made changes tied to the memberslist area, as the background for this element/area now sticks and messes up the layout of the entire client when using the Float theme. It specifically appears to have to do with membersListNotices-UstAx3

A quick workaround is to just hide it with the following custom CSS, until Disease (or someone else with write access) rolls out an actual fix:

.membersListNotices-UstAx3 {
    display: none;
}
Taizunz commented 1 year ago

The class name changed. Fixed one:

.membersListNotices-3yhEwx {
    display: none;
}