#Chat Bubbles

1 messages · Page 1 of 1 (latest)

fringe swan
#

weird catppuccin mention highlighting fix

li > [class*="cozyMessage"],
li > [class*="cozyMessage"]:hover
{ background-color: transparent !important }
strong void
#

update new github import link

minor abyss
#

broken on latest version?

strong void
#

Update to v3.0

serene turtle
#

nice snippet

#

why no more borders tho jw pensive_cat

green nebula
#

Does still work or is it Vesktop only?

fringe swan
#

I don't think this snippet has updated classes yet

arctic hedge
#

no more bubbles...

glad yarrow
#

seems like it stopped working

leaden dawn
#

yep

rustic raft
#

just needed the updated classes

rustic raft
strong void
#

They did it again?

rustic raft
#

it was mainly the markups and stuff

#

but this was days ago when this happened afaik

rustic raft
glad yarrow
#

the normal and on hover colours

strong void
#
/* Customizable */
:root {
  --chat-bubble-default: grey;
  --chat-bubble-replying: cyan;
  --chat-bubble-mentioned: orange;
  --chat-bubble-automod: red;
  --enable-chat-bubble-border: 1;
}
glad yarrow
#

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

strong void
#

probably remove the line that has either fit-content or max-content in the source code

glad yarrow
#

but not for attachments and bot/link embeds

#

just texts

strong void
#

Well because they're already coded that way by discord

#

try forcing the width of that thing to 100%

glad yarrow
#

lovely

#

well apart from link embeds

#

others work

glad yarrow
valid crest
#

is there a way to make the bubble only include only the text from the message, and not the name, username and date?

strong void
#

also works for embeds

#

if an additional min-width: 100% is used

glad yarrow
#

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?