Skip to content

Commit

Permalink
AccessKit: Hide frozen blaze fire animation (AprilSylph#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon authored Jun 2, 2024
1 parent 3585459 commit a1ae685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/accesskit/disable_animations.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ${keyToCss('postLikeHeartAnimation')} {
display: none;
}
canvas#fire-everywhere {
canvas#fire-everywhere, [style*="--fire-container-height"] {
display: none;
}
`);
Expand Down

0 comments on commit a1ae685

Please sign in to comment.