#this is amazing
1 messages · Page 1 of 1 (latest)
this is genuinely an awesome css snippet, im suprised i havent seen smth like this in themes yet, tysm for this
Yes, this snippet is awesome, I have been using it for 6 months
it got sent 1 hr ago fym
Me and Felix made this a while ago
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
idk
also check this out #🎨-css-snippets message
oh that one
yeah its nice, but i personally prefer normal controls
They are too boring for me
whatll it do
Try to look for another snippet
I think there is one
I am not sure
@lavish sandal Also I just posted another snippet
dont themes already do that
Some of them dont
im just rubbing my cursor all over chat instead of reading it now…
[data-list-item-id*="message"] [class*="toolbar"],
[data-list-item-id*="message"] [class*="buttons"],
.messageListItem-1-AK8d:hover [class*="toolbar"],
.messageListItem-1-AK8d:hover [class*="buttons"],
.message-2CShn3:hover [class*="toolbar"],
.message-2CShn3:hover [class*="buttons"] {
display: none !important;
opacity: 0 !important;
visibility: hidden !important;
}
Ty
this is fire
I have a slightly similar one
da da
@alpine terrace cmere i found a ru guy
By the way, there are a lot of Russians here
every third
yeah i know
yeah no not every third
every third is german maybe but not ru
if you don't take into account the regular and active people, then there are a lot of them, they often write to me asking me to share my theme
well duh if u dont take into account that then obv
I'm Russian, too.
ussr coming
heya man
can you make the hover sticky on scroll?
if its a long message, hovering makes it bounce left and right
I'll try to fix it, but I think it's a discord problem.
yea i mean i just scrolled on a 4000 character text and it started wobbling at every scroll
Yeah, I know what you mean, I'll try to fix it, but I think it's a discord problem.
its fine its fine, thanks for the heads up im tryna look at the code too ill let you know if i find smth 🦾
well
I would be grateful if you can find something or solutions to this problem.
yes yes
Unfortunately, that's a Discord problem.
i see, i tried to find smth but didnt find anything
I tried to fix it, but it's impossible since css can't do it
oh for that, i thought of something which could work
a big but but yea
i mean like if we can delay the animation by a bit like 1s delay so we skip redundant bounces when scrolling through long text and big bars anyway?
I think you could, but it would ruin the whole idea of this animation, it would be slow.
I don't think it's a critical bug.
oh yea that would suck right... if we could use js then we could just disable the animation on scroll wheel use tbh
Yeah, I wish. But the problem's already on Discord.
yeaa ikr just messing around here and there to get listening along - host and listeners out from the listening along div into the spotify controls fr
where did ya get this one? its nice
hi!! im getting an issue where the message popover gets shown underneath the date lines and new message line
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
oo dayum ty mate
np!

