Add retweet icon animation
This commit is contained in:
parent
92bb89ffa9
commit
d0ebd34e8e
@ -1,6 +1,7 @@
|
||||
### [Unreleased]
|
||||
|
||||
* Replicate animated heart with sparkles
|
||||
* Add retweet icon animation
|
||||
|
||||
### 1.0.7: 2023-03-09
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Cursed Mastodon Twitter CSS-only revamp by @rolle@mementomori.social
|
||||
v1.0.8rc1 */
|
||||
v1.0.8rc2 */
|
||||
|
||||
/* CSS variables */
|
||||
:root {
|
||||
@ -1645,6 +1645,12 @@ a.status-card.compact .status-card__description {
|
||||
}
|
||||
}
|
||||
|
||||
/* Retweet animation */
|
||||
.layout-single-column.no-reduce-motion .icon-button.active .fa-retweet {
|
||||
/* stylelint-disable-next-line */
|
||||
animation: spring-rotate-in 1s linear;
|
||||
}
|
||||
|
||||
/* Heart animation */
|
||||
.layout-single-column.no-reduce-motion .icon-button.star-icon {
|
||||
position: relative;
|
||||
|
Loading…
x
Reference in New Issue
Block a user