Browse Source

Adjust transform origin for favorite star (#27700)

dariusk-working/4_3_0
zunda 2 years ago committed by GitHub
parent
commit
e4e752c26e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/styles/mastodon/components.scss

2
app/javascript/styles/mastodon/components.scss

@ -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%;
}
}
}

Loading…
Cancel
Save