#chomik
1 messages · Page 1 of 1 (latest)
You'd be better off using this selector instead so that when the guild name changes AGAIN the snippet wont break.
[data-list-item-id="guildsnav___1015060230222131221"]
this uses the guild ID which is never changing
you can use it with a has selector which i believe discord supports
some parent element has overflow hidden and im too lazy to fix it
i mean sure
but the snippet is a joke thats only going to be relevant as long as the server pfp is that
Posy's Cursor user?!?!

March 30 2024; 8:40pm (eastern standard time) time of death for this css snippet

.wrapper__9916c:hover:has([data-list-item-id="guildsnav___1015060230222131221"]) {
content: url("https://cdn.discordapp.com/emojis/1219646017926987937.gif");
transition: 20s;
transform: scale(10);
z-index: 100000000;
}