[Glitch] Adjust transform origin for favorite star

Port e4e752c26e to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
zunda 2023-11-06 01:14:46 -10:00 committed by Claire
parent 6230d50f3f
commit b2a6386b7d

View file

@ -384,12 +384,14 @@ body > [data-popper-placement] {
&.activate {
& > .icon {
animation: spring-rotate-in 1s linear;
transform-origin: 50% 55%;
}
}
&.deactivate {
& > .icon {
animation: spring-rotate-out 1s linear;
transform-origin: 50% 55%;
}
}
}