Adjust transform origin for favorite star (#27700)

This commit is contained in:
zunda 2023-11-06 01:14:46 -10:00 committed by GitHub
parent 9c34bb4d54
commit e4e752c26e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1818,12 +1818,14 @@ a.account__display-name {
&.activate {
& > .icon {
animation: spring-rotate-in 1s linear;
transform-origin: 50% 55%;
}
}
&.deactivate {
& > .icon {
animation: spring-rotate-out 1s linear;
transform-origin: 50% 55%;
}
}
}