#this is amazing

1 messages · Page 1 of 1 (latest)

lavish sandal
#

this is genuinely an awesome css snippet, im suprised i havent seen smth like this in themes yet, tysm for this

obtuse rose
lavish sandal
obtuse rose
lavish sandal
#

ah

#

then ure cool

obtuse rose
#

I also posted a snippet

#

Scroll up a bit

lavish sandal
#

do u by any chance know how to stop the reaction and stuff menu from moving w the message tho?

#

this thingy

#

also it uh, acts rlly weird with themes for some reason

obtuse rose
#

idk

obtuse rose
lavish sandal
#

yeah its nice, but i personally prefer normal controls

obtuse rose
#

They are too boring for me

obtuse rose
#

I saw one

lavish sandal
obtuse rose
#

It wiIl just remove it

#

so it doesnt follow with you

lavish sandal
#

thats the thing

obtuse rose
#

I think there is one

#

I am not sure

#

@lavish sandal Also I just posted another snippet

lavish sandal
obtuse rose
wide light
#

im just rubbing my cursor all over chat instead of reading it now…

modern island
uneven remnant
#

this is fire

fallen socket
lavish sandal
fallen socket
lavish sandal
fallen socket
#

every third

lavish sandal
lavish sandal
#

every third is german maybe but not ru

fallen socket
lavish sandal
modern island
alpine terrace
#

ussr coming

hollow laurel
#

can you make the hover sticky on scroll?

#

if its a long message, hovering makes it bounce left and right

modern island
hollow laurel
modern island
hollow laurel
modern island
#

I would be grateful if you can find something or solutions to this problem.

modern island
hollow laurel
modern island
#

I tried to fix it, but it's impossible since css can't do it

hollow laurel
#

a big but but yea

hollow laurel
modern island
#

I don't think it's a critical bug.

hollow laurel
modern island
hollow laurel
inland cypress
fallen socket
gleaming pine
#

hi!! im getting an issue where the message popover gets shown underneath the date lines and new message line

hollow laurel
gleaming pine
# hollow laurel yeaa same

fixed it

here is the snippet:

/* msg hover anim */
[data-list-item-id*="message"],
[class*="messageListItem"],
[id*="message-"],
li[class*="messageListItem"] {
    position: relative;
    z-index: 1;
    border-radius: var(--wave-border-radius);
    transition: all 0.3s ease;
}
[data-list-item-id*="message"]:hover,
[class*="messageListItem"]:hover,
li[class*="messageListItem"]:hover {
    transform: translateX(6px);
}
#

just added a z index thing

hollow laurel
gleaming pine
#

np!

hollow laurel
#

works