TakosThings / Fluent-Discord

Windows 11 Fluent Discord theme.
MIT License
341 stars 74 forks source link

Channels & Roles and Members Tab not affected by the Theme #295

Open sluhtie opened 1 month ago

sluhtie commented 1 month ago

Bug description The Members Page such as the Channels & Roles Page, is not affected by the Theme's Background.

Screenshots If applicable, add screenshots to help explain your problem.

Bildschirmfoto 2024-06-13 um 14 24 20 Bildschirmfoto 2024-06-13 um 14 24 46
piotr25691 commented 1 week ago

Solution

Here is a temporary fix for this issue until @TakosThings fixes it.

.chat_a7d72e,
.header_d20375,
.mainTableContainer_e23072,
.container_f1fd9c,
.header_f1fd9c {
    background: transparent !important;
}

.mainTableContainer_e23072 {
    border-radius: 0;
}

image image