wal-discord
wal-discord copied to clipboard
After system update, main section of DM page isn't themed
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.
Whereas the servers themselves seem to load fine
Maybe this is just a single CSS classname that got changed or something?
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 :/
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.