mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-23 08:03:02 -05:00
Adjust transform origin for favorite star (#27700)
This commit is contained in:
parent
9c34bb4d54
commit
e4e752c26e
@ -1818,12 +1818,14 @@ a.account__display-name {
|
|||||||
&.activate {
|
&.activate {
|
||||||
& > .icon {
|
& > .icon {
|
||||||
animation: spring-rotate-in 1s linear;
|
animation: spring-rotate-in 1s linear;
|
||||||
|
transform-origin: 50% 55%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.deactivate {
|
&.deactivate {
|
||||||
& > .icon {
|
& > .icon {
|
||||||
animation: spring-rotate-out 1s linear;
|
animation: spring-rotate-out 1s linear;
|
||||||
|
transform-origin: 50% 55%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user