Closed literon36 closed 1 year ago
Same is happening while using it with Vencord.
This is most likely due to Discord updating the class names. I will work on fixing this when I have the chance to.
You're right. I was taking a quick look, it seems like they've removed the content-1gYQeQ
class, and the divs that used to have them now have no class assigned to them:
I fiddled a bit with it, tried adding the class back in (it still exists, but breaks the design; they seem to have moved the padding and/or margin styles to other places in the CSS, so adding the class back in causes the channel names to be extra-indented) and also tried replacing the class with > div
and :first-child
in the CSS (it kinda works, but looks wonky).
I wonder if that's intentional or not.. is this on all clients (stable, ptb, canary) or is it just specific ones?
Edit: I confirmed this to be on stable and canary, likely the case on ptb too.
As of this commit and this pull request, the issue should be fixed.
Thanks for fixing! Really like the look of this neat little theme!
It no longer shows unread/connected/current channels correctly. (on BetterDiscord)