#full height gif menu so i can see all my
1 messages · Page 1 of 1 (latest)
@harsh comet
Either it's on my end or this is broken. I can't drag the edge anymore
I can drag it to the left but not to the top
it was always like that
note: you can resize horizontally by dragging the edge
oh ok then I'm just stupid. thanks!
i've already edited to be immune to class changes
Ah understandable, didn’t see your message and immediately just texted.
got broken from the visual refresh :(
Just add .visual-refresh before the [class.. bit:
.visual-refresh [class^="positionContainer_"] {
height: calc(100vh - 180px);
}
Discord's own CSS is getting prioritized over custom snippets because they've started specifyig .visual-refresh on lots of styles, causing them to be more specific and thus prioritised
that fixed it