Skip to content

Commit

Permalink
Fix boost animation
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Mar 9, 2023
1 parent 065df07 commit 338c9a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Cursed Mastodon Twitter CSS-only revamp by @[email protected]
v1.1.2rc4 */
v1.1.2rc5 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 338c9a0

Please sign in to comment.