Closed Broccoli187 closed 1 year ago
I looked at the glass_local.theme.css file that I got directly from BetterDiscord, and I just had to replace the segment at the bottom of the file:
.app-2rEoOp>.bg-h5JY_x { background: var(--background-url) !important; background-size: cover !important; }
with
.app-2CXKsg>.bg-1QIAus { background: var(--background-url) !important; background-size: cover !important; }
to get the background working again. It doesn't seem like the theme got updated in BetterDiscord at least.
thx
I looked at the glass_local.theme.css file that I got directly from BetterDiscord, and I just had to replace the segment at the bottom of the file:
.app-2rEoOp>.bg-h5JY_x { background: var(--background-url) !important; background-size: cover !important; }
with
.app-2CXKsg>.bg-1QIAus { background: var(--background-url) !important; background-size: cover !important; }
to get the background working again. It doesn't seem like the theme got updated in BetterDiscord at least.