#Message Hover Animations
1 messages ยท Page 1 of 1 (latest)
I am computing cat and I approve of this message
I got it like 2 years ago by chatting in general
I think there's a bug on the snippet ? Or at least it happened after I added this one
When i right clic a message, then clic "add emote" the pop up is far on the right
It gets off screen as well with a full size discord
oh shoot thats the snippet that was causing that?
ill try to fix later today
been dealing with that issue for a whiiiile
@fleet vapor fixed!
nvm i lied </3
this is driving me insane
OK ITS FIXED NOW
sigh
lemme know if you get any issues
Yep, works great now !
alrighty!
Hi there again, i guess discord did something, again, and now i have the same problem, but reversed. I guess all you have to do is, "cancel" the last fix ?
Please, thanks !
odd... this should already be fixed.
though before it used to be way for right, off the screen.
ill look into it later today
Yeah now it'sway far on the left, off screen 
Like, it doesn't even spill on my left screen, it disapear in the void
i know it happens cus of the popover offset which is so frustrating
hmm
This is when i clic on the pop up on the right of a message on hover yk
its supposed to be offset the opposite amount the popover is
i still have no clue why the selector for the popover also selects that emoji menu???
But this is when i right clic => add emote Mind you i right clicked just right of your avatar
Damn sorry mate xD
this is why my friend quit css LOL
might have to fix today or tmr... most likely tmr
but for now u can change the translateX property at the bottom of the snippet to like -500px or more if it helps
also make sure u have the latest version of the snippet :3
or if u wanna undo the latest fix just remove this bit
but it will prolly break things
Yeah dw i tried already it breaks it
I can't understand why things happen, i wished I could do these myself 
But dw take ur time it's perfectly usable still
bro i got into css cus of @sour spire and i learned pretty fast, even when u learn urself its still hard to understand why some odd things happen
thats good. phewh
like... why does the selector for the popover also... select... not the popover...
infuriating
i might also try out a :has selector. but bleh
:has and also im assuming :not arent very performant
but if its the only way i can stop it from doing that ill use it ๐ค
If i set 0 on both of these, the right clic add emote, still spawn on the right, i think i'm just an idiot because that's the normal way ?
Ok yes
I deleted my css and when i right clic add emote it spawns far right
My guess is, this isn't right ? maybe another way need to be used to set where it starts
wait hold up youre right why does discord spawn the emoji menu on the right be default now ๐ญ
hmm i guess i wont fix it since the behavior with and without the snippet is the same
but if you want you cna change the position of the emoji menu by changing
/* fix emoji menu being offset */
.layer__59d0d:has(.animatorLeft_faf9c0.fade_faf9c0.didRender_faf9c0) {
transform: translateX(-450px) !important;
}```
u can change it to -500 or -600 maybe
i don't really even remember why I got into CSS exactly
it just kind of happened, I wanted to improve a popular ish theme I used to use years ago
interesting...
I'm using another fix
I ditched the pop over for the small menu altogether x)
But, now trying the new thing you added makes the menu go extra left
pop over menu :
Right clic :
And my fix, which isn't a fix but a deleted feature : (right clic and popover menu)
Thing is, the popover menu already moves along the messages, so i'm still happy with it !

