Skip to content

Commit

Permalink
Fix star animation on default statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Mar 9, 2023
1 parent 6146fbf commit 641ab82
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 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.0.9rc3 */
v1.0.9rc4 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -1692,6 +1692,11 @@ a.status-card.compact .status-card__description {
width: 100px;
}

/* stylelint-disable-next-line */
.layout-single-column.no-reduce-motion .status .icon-button.star-icon.activate .fa-star::before {
left: -28px;
}

@keyframes heart-animate {
100% {
background-position: -2800px;
Expand Down

0 comments on commit 641ab82

Please sign in to comment.