Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Taizunz opened this issue Oct 12, 2023 · 1 comment

Comments

@Taizunz
Copy link

Taizunz commented Oct 12, 2023

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
Copy link
Author

Taizunz commented Oct 24, 2023

The class name changed. Fixed one:

.membersListNotices-3yhEwx {
    display: none;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant