Makes the star icon rotate around its actual centre axis (#29844)

pull/29846/head
nicolas 1 year ago committed by GitHub
parent cde3206478
commit c6da3ee828
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2244,14 +2244,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%; transform-origin: 50% 52%;
} }
} }
&.deactivate { &.deactivate {
& > .icon { & > .icon {
animation: spring-rotate-out 1s linear; animation: spring-rotate-out 1s linear;
transform-origin: 50% 55%; transform-origin: 50% 52%;
} }
} }
} }

Loading…
Cancel
Save