K krillian he/him New member Oct 3, 2023 #1 hi!! i'm editing the scolling chat (with emotes only option) and i'd love if there was a way to only include the first emote out of every message. i'd have edited it on my own but i'm not sure how Upvote 0
hi!! i'm editing the scolling chat (with emotes only option) and i'd love if there was a way to only include the first emote out of every message. i'd have edited it on my own but i'm not sure how
Zaytri she/her Glitch Witch Admin Developer Streamer Oct 3, 2023 #2 I guess if you'd want an easy way to do that you could add this to the CSS: CSS: .emote:not(:first-of-type) { display: none; }
I guess if you'd want an easy way to do that you could add this to the CSS: CSS: .emote:not(:first-of-type) { display: none; }
OP OP K krillian he/him New member Oct 16, 2023 #3 I added that and it worked well! Thank you very much!!