DiscordStyles/FrostedGlass

Right side panel brightness not adjustable

davidc1701 opened this issue · 2 comments

Describe the bug
Threads that are opened on the side no longer use the same brightness settings and I couldn't find a way to adjust the brightness of this one section. Threads opened in full view do not have this problem.

To Reproduce
View a thread by clicking on the 'X Messages >' link in a channel.

Screenshots
image

Infomation (please complete the following information):
Discord channel: Stable
OS: Windows 10
Mod: BetterDiscord
Discord language: English

Pretty late but I ran into the same issue as you did. I ended up adding a backdrop filter to the outer container of the thread element like so:

.container-3XgAHv {
  backdrop-filter: brightness(calc(1 - var(--middle-brightness)));
}

You can also assign the same CSS property to resizeHandle-PBRzPC if you want to fill in the vertical strip separating the main window and the thread window.

Gibbu commented

Fixed