#bubles

1 messages Β· Page 1 of 1 (latest)

solid peak
#

the contrast went to shit itself

#

:3!

limber citrus
#
.messageListItem__5126c[data-is-self="true"] .contents_c19a55>.messageContent_c19a55 {
      background-color: var(--brand-700)!important;
}
solid peak
#

myaow

dire crest
#

the replies are a little broken due to direction: rtl; :[

#

? should be at the end πŸ’”

limber citrus
dire crest
#

ye, im just switching it to ltr rn and doing flex-direction: row-reverse

#

no idea if that breaks anything but it works for me Thumbsup

limber citrus
dire crest
#

LOL yeahhh but thanks :D i actually did have a plugin like this before but goddd keeping up with it sucks when youre busy. so yours is such a improvement keep up the good work man

limber citrus
dire crest
#

GOD i gave up on mine, did a transparent theme for the longest time bc i knew my friends had them and id have to upgrade to eventually fix** theirs and then suddenly it broke and i went "... welp thats that, im using client theme, i wish yall luck" salute

patent ice
#

Hey I like your discord background and etc its fire! Can you please give me the code for it?

dire crest
#

It looks like its softX by gibbu but im not sure

patent ice
#

If you know.

limber citrus
patent ice
#

I meant like the texts

limber citrus
patent ice
#

Yes

#

i meant that

#

srry

patent ice
#

how can you have like custom colors like for me its for example: red and for others is green?

limber citrus
patent ice
#

I don't know if i did anything wrong but it still shows green for me ..

limber citrus
#

enable themeattributes

patent ice
#

Oml

#

i am so dumb

#

Mb for interrupting you.

quasi granite
#

seems to make the message actions bar clip through the scrollbar...?

#

here's without

quasi granite
#

sweet, thanks!

#

love the way this looks!

limber citrus
# quasi granite love the way this looks!

check out ddex4 if you want! Its based on one of the old concepts discord gave out in a survey in april 2024, and uses these bubbles! (albeit, role colored, which is impossible via css rn)

undone glen
#

hey, i want to make it all rounded. Can you help pls

dire crest
undone glen
#

ty

#

it looks fire btw :D

undone glen
#

is there something that makes my bubles at the right side?

limber citrus
#

themeattributes, you need

undone glen
#

my bubbles looks like this. Is there anything to fix

undone glen
#

make it looks like other's one

limber citrus
undone glen
#

make it all rounded like this

undone glen
undone glen
#

are you busy?

limber citrus
#

No

undone glen
#

so you're trying to making code right

limber citrus
#

No as I'm not at my pc rn

undone glen
#

oh

#

your PC has some problems?

limber citrus
undone glen
#

K

undone glen
#

i feel like that im a clown

undone glen
#

make mine all rounded

#

like this

grand jewel
#

for some reason mine is completely fried

limber citrus
grand jewel
#
@import url(https://blade04208.github.io/ddex4/src/bubbles.css);
.messageListItem__5126c[data-is-self="true"] .contents_c19a55>.messageContent_c19a55 {
      background-color: var(--brand-700)!important;
}
limber citrus
#

the thing isnt importing
that's a you sk'issue

grand jewel
#

thats the css I am using

#

is there a way to fix?

limber citrus
grand jewel
#

its one of the other css.

#

Found the issue

#

I put the spotify and sidebar clapse first

#

might be incompactible with some of ur other snipiets

#

looking into it myself by re-adding them

grand jewel
#

putting Augenblick's code on top breaks yours, putting it on the bottom breaks their's

#

also quick question, is there a way I could switch it to where the self msg bubble is the same as the other peoples?

grand jewel
#

thats it?

limber citrus
#

Yup

grand jewel
#

tysm :3

sterile scroll
#

@limber citrus How to make my messages on the right?

limber citrus
sterile scroll
#

I really kinda silly and don’t much about it.

#

Sorry if bothering.

limber citrus
sterile scroll
raw comet
#

this dont work

#

wait nvm

#

i am a bot

#

but my bubles show on the left to is this normal

limber citrus
raw comet
white nest
#

any way to make the text boxes the same color as the background and just have a colored border?

limber citrus
white nest
limber citrus
white nest
#

awesome the border is there but the background is still not transparent

white nest
#

perfect

#

thanks so much ur awesome

white nest
#

heya anything for spotify embeds?

stone mica
stone mica
#

Is there a way to make the menu with edit message or respond to be on the right side with my messages?

foggy marsh
#

Hi, is this broken? It doesn't seem to work anymore for me.

#

I really loved this css does anyone know how to fix it?

#

Please tag if anyone makes a update

white nest
#

yeah i think the discord update broke it

dire crest
#

Idk if anyone else had this issue (I don't think its a me thing as I removed all other css and still had this issue so erm...) But, I fixed it and maybe someone else could use it shrug -- if there is a better way to do it or there are issues with it, lmk :p (I love nested css)

/* Fixing forwarded messages */
._5126c0cd07f243a0-messageListItem{
  ._122e465d2e663859-content{
    background: rgba(255, 255, 255, 0.075) !important;
    border-radius: 10px 10px 10px 0px;
    padding: 14px;
    max-width: fit-content;
  }
  &[data-is-self="true"] {
    ._5126c0cd07f243a0-message {
      .b7e1cb0370c2dd0e-container>* {
        flex-direction: row-reverse;

        ._122e465d2e663859-quote{
          margin-inline-start: 12px;
          margin-inline-end: 0;
        }
        ._122e465d2e663859-content{
          align-items: flex-end;
          background: var(--brand-500) !important;
          border-radius: 10px 10px 0px 10px;
        }
        .c19a557985eb7793-messageContent {
          /* text-align: right; Optional, just if you want the text on the right side. */
          padding-inline-start: 0;
          margin-inline-start: 0;
          margin-inline-end: auto; /* Remove both margin & padding inline ends when enabling text-align. */
          padding-inline-end: auto;
        }
        .b7e1cb0370c2dd0e-container>* .f4758a8d6346d18b-oneByTwoGrid{
          flex-direction: row-reverse;
        }
      }     
    }
  }
}```
grand jewel
#

@limber citrus are you planning to fix this project or is it a lost cause
the import is completely broke for me, all snippets (besides the green snipet causing the bug I had earlier to re-occur)

grand jewel
dire crest
#

You can run it through a website called class updater or smth (?) to fix it. Im not at my pc right now unfortunately.

#

Just copy and paste it into the websites text box and it automatically updates it for you

grand jewel
#

thank you so much

#

also fixed your fix aswell since it was bugged out TwT

/* Fixing forwarded messages */
.messageListItem__5126c{
  .content__122e4{
    background: rgba(255, 255, 255, 0.075) !important;
    border-radius: 10px 10px 10px 0px;
    padding: 14px;
    max-width: fit-content;
  }
  &[data-is-self="true"] {
    .message__5126c {
      .container_b7e1cb>* {
        flex-direction: row-reverse;

        .quote__122e4{
          margin-inline-start: 12px;
          margin-inline-end: 0;
        }
        .content__122e4{
          align-items: flex-end;
          background: var(--brand-500) !important;
          border-radius: 10px 10px 0px 10px;
        }
        .messageContent_c19a55 {
          /* text-align: right; Optional, just if you want the text on the right side. */
          padding-inline-start: 0;
          margin-inline-start: 0;
          margin-inline-end: auto; /* Remove both margin & padding inline ends when enabling text-align. */
          padding-inline-end: auto;
        }
        .container_b7e1cb>* .oneByTwoGrid_f4758a{
          flex-direction: row-reverse;
        }
      }     
    }
  }
}
limber citrus
dire crest
white nest
limber citrus
#

@dire crest bubbles is fixed

#

oh and @grand jewel @white nest also ^^

white nest
limber citrus
white nest
#

awesome

#

thank u so much