wal-discord icon indicating copy to clipboard operation
wal-discord copied to clipboard

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

Open GideonWolfe opened this issue 3 years ago • 2 comments

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 avatar Jan 11 '22 01:01 GideonWolfe

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 :/

GideonWolfe avatar Jan 19 '22 05:01 GideonWolfe

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.

guglicap avatar Jan 26 '22 22:01 guglicap