diff --git a/CHANGELOG.md b/CHANGELOG.md index dd463a3..572a0f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ -### 1.1.2rc4: 2023-03-09 +### 1.1.2rc5: 2023-03-09 * Fix the heart animation on the icons with counter * Fix notification title overlapping with polls * Fix avatar space alignment with long usernames * Reset padding from attachment-list on reply indicator +* Fix boost animation ### 1.1.1: 2023-03-09 diff --git a/style.css b/style.css index e3daeca..cf44093 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ /* Cursed Mastodon Twitter CSS-only revamp by @rolle@mementomori.social - v1.1.2rc4 */ + v1.1.2rc5 */ /* CSS variables */ :root { @@ -1748,6 +1748,7 @@ a.status-card.compact .status-card__description { } /* Retweet animation */ +.layout-single-column.no-reduce-motion .icon-button:focus .fa-retweet, .layout-single-column.no-reduce-motion .icon-button.active:not([aria-label="Unboost"]) .fa-retweet { /* stylelint-disable-next-line */ animation: spring-rotate-in 1s linear;