#Chat Bubbles
1 messages · Page 1 of 1 (latest)
weird catppuccin mention highlighting fix
li > [class*="cozyMessage"],
li > [class*="cozyMessage"]:hover
{ background-color: transparent !important }
update new github import link
broken on latest version?
Update to v3.0
Does still work or is it Vesktop only?
I don't think this snippet has updated classes yet
no more bubbles...
seems like it stopped working
yep
@glad yarrow @leaden dawn try this and let me know if it works.
just needed the updated classes
@strong void whenever you're free do you mind updating the source for this since discord updated it's classes?
They did it again?
Yep it works, thank you man
You’re welcome!
thanks its working now, where can I change the colours of messages bubble background?
the normal and on hover colours
/* Customizable */
:root {
--chat-bubble-default: grey;
--chat-bubble-replying: cyan;
--chat-bubble-mentioned: orange;
--chat-bubble-automod: red;
--enable-chat-bubble-border: 1;
}
oh I see, thanks
how do I edit the CSS such that the bubbles wont respect the message text size and spans across the entire chat area?
basically getting the bubble go to the far right side regardless of the message contents
probably remove the line that has either fit-content or max-content in the source code
removing this worked
but not for attachments and bot/link embeds
just texts
Well because they're already coded that way by discord
try forcing the width of that thing to 100%
this works now, thanks
lovely
well apart from link embeds
others work
no way to enforce the width in link embeds?
is there a way to make the bubble only include only the text from the message, and not the name, username and date?
nice it works on embeds!
wished bubbles would show multiple seperate messages from same users in 1 bubble rather than showing them in seperate bubbles
basically removing the the thin seperation between each messages
also where do you tune toe corner curves and boarder colors?

