#Some doesn't show, only "wrote"
1 messages ยท Page 1 of 1 (latest)
giggity
@fiery monolith I wrote an extra .contents-2MsGLg by mistake on the replied and mentioned line, remove one of those
thank you, worked as intended
theres one element missing and it's "replied and edited"
Its for users who replied and then edited the reply
seems like when someone ping-reply to your message it would change from whatever displayed in your message into "mentioned"
here the mentioned would take priority
should it work like that?
unless i introduce even more cases
@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
because color-mix is not supported on vanilla discord
oh okay, good to know will stick to vesk ๐ thank you for the reply
the css stopped working after the update, only me?
Because discord changed all classes
you can change it back yourself using a class changer
@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 ๐
useful, thanks :)
did this get fixed?
In a few days maybe