#Some doesn't show, only "wrote"

1 messages ยท Page 1 of 1 (latest)

fiery monolith
#

I dont see "mention" and "reply" prefix being registered, only "wrote"

hearty scaffold
#

giggity

fossil perch
#

@fiery monolith I wrote an extra .contents-2MsGLg by mistake on the replied and mentioned line, remove one of those

fiery monolith
fiery monolith
#

theres one element missing and it's "replied and edited"

Its for users who replied and then edited the reply

fossil perch
#

there are many more cases which I haven't considered atm

#

may add them later on

fiery monolith
#

seems like when someone ping-reply to your message it would change from whatever displayed in your message into "mentioned"

fossil perch
#

here the mentioned would take priority

fiery monolith
#

should it work like that?

fossil perch
#

unless i introduce even more cases

inland chasm
#

@fossil perch any idea why this would work on browser/vesk but on discord with vencord injected its not showing the background color? it does white the replied/wrote text and such

fossil perch
#

because color-mix is not supported on vanilla discord

inland chasm
fiery monolith
#

the css stopped working after the update, only me?

fossil perch
#

Because discord changed all classes

#

you can change it back yourself using a class changer

inland chasm
# fossil perch Because discord changed all classes

@here if you want color backdrop on the windows ver of discord, you can use @fossil perch css with this to get it to work ๐Ÿ™‚

/* /////////////////////////////////////////////////////////////////// */
/* Username Background */
.username_d30d99::before {
  content: ''; 
  width: calc(100% + 0px); 
  height: 100%;
  border-radius: 5px;
  background-color: currentColor; 
  opacity: 0.3; 
  position: absolute; 
  margin-top: 0px; 
  z-index: -1;
  margin-left: -3px;
}
.headerText_f47574 > span {
  margin-left: 3px;
}```

Enjoy role colored background behind usernames ๐Ÿ™‚
fiery monolith
carmine cypress
#

did this get fixed?

fossil perch
#

In a few days maybe