#changes the new user leaf to shiggy
1 messages Β· Page 1 of 1 (latest)
i am not exactly disagreeing with this but i have never seen a discord emote link expire. when does it even happen?
If it did then most likely some time after the emote gets deleted from the server itβs from, like images and videos expiring some time after the original post gets deleted
i'm in another server that has an emote which was deleted in 2019 but it still resolves to a valid link and shows up in old messages
idk
but either way hopefully they do not remove it lol
oh really
hmmmm
i tested it at some different zoom levels but maybe there's something else that's jank about it
okay
you should try disabling it real quick to see if it changes anything tho
π
yes it works for me, it's just like in the screenshot i attached to the snippet
i can test some more later and i'll be sure to have platform indicators
but i'm not exactly sure how i'll make that work (yet)
if you're interested I can share with you the quick css and the plugins that are enabled
i enabled platform indicators and
Sus...
you could try inspecting this element to see if anything is off (edit: the ::before element btw)
and also maybe i need to try this on a different setup of some kind
i'm starting to get a feeling about the cause of this
can you go in your discord settings, scroll all the way down, and tell me what it says for your electron version?
and also try this (delete the original first)
/*i'm new here, say hi!*/
[class*=newMemberBadge]:before {
content: url(https://cdn.discordapp.com/emojis/1024751291504791654.gif?size=64&quality=lossless);
transform: scale(0.32) translate(-100%, -110%);
display: inline-block;
}
it works