From 338c9a0dfa8aec03b0406824f7130cfd85d4c112 Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Thu, 9 Mar 2023 21:50:08 +0200 Subject: [PATCH] Fix boost animation --- CHANGELOG.md | 3 ++- style.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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;