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

After system update, main section of DM page isn't themed #33

Open
GideonWolfe opened this issue Jan 11, 2022 · 2 comments
Open

After system update, main section of DM page isn't themed #33

GideonWolfe opened this issue Jan 11, 2022 · 2 comments

Comments

@GideonWolfe
Copy link

Hello, me again. This tool has been flawless since my last issue. Now I updated my system (discord probably updated too) and the main section of the DM page is default grey.

image

Whereas the servers themselves seem to load fine

image

Maybe this is just a single CSS classname that got changed or something?

@GideonWolfe
Copy link
Author

fixed the main background color issue as well as the red notification bubbles by adding

// fixes background of online friends list on DMs page
.theme-dark .container-2cd8Mz {
    background-color: $bg !important;
}

// Background color of server notification bubbles
.numberBadge-37OJ3S, .base-3IDx3, .baseShapeRound-3epLEv {
    background-color: $colorUrgent !important;
}

Not sure about the other items tho :/

@guglicap
Copy link
Owner

Hi there, I'm sorry for this project being kinda dead by my end, I'm busy and don't really use discord much anyway. Or wal. If you fix it I'll be happy to merge it if you open a pr and if it doesn't break it for earlier versions. Thanks.

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

2 participants