forked from rDrama/rDrama
1
0
Fork 0

Make pat anims unaffected by anim setting.

master
Snakes 2022-06-07 07:29:07 -04:00
parent b187b72746
commit e217335b3a
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@
{% if v and not v.animations -%}
<style>
* {
* :not(img[src="/assets/images/hand.webp"] + img) {
animation: unset !important;
}
</style>