#chomik

1 messages · Page 1 of 1 (latest)

runic bramble
#

wait why isn't the z-index z-indexing

native marlin
#

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

stray tide
stray tide
#

but the snippet is a joke thats only going to be relevant as long as the server pfp is that

gusty pasture
#

Posy's Cursor user?!?!

stray tide
crisp thorn
#

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

stray tide
leaden flicker
#
.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;
}