#kill this ("x in voice" scroll indicator
1 messages · Page 1 of 1 (latest)
yeah thats what im wondering
bleh
I broke the selector to take the screenshot and must have pasted the broken version
amazing it lasted so long without people complaining it was broken
discord classes usually have some random id things on the end like notAppAsidePanel__9d124
sometimes they update, which breaks any snippets that don't use ^= selectors
what does =^ do?
selects any element that starts with the provided string
so [class^=voiceChannelsIcon__] selects anything that starts with "voiceChannelsIcon__", which means that the random id thing changing won't affect the snippet
Do I just put this in the quickcss file?
yes
Ok thx
fair enough 
honestly (aside that one time) I've never noticed any of my css snippts using .className syntax breaking
I'm not a huge fan of using this syntax but enough people have corrected me on using hardcoded class names that I kinda just gave in and started using it
lol this is handy for a particular server that has a voice channel reserved for a particular person who stays there 24/7
is this broken for anyone else rn after the vencord crisis?
it seems to work for me just fine still
its working for me again, i guess one of the updates fixed it

