forked from MarseyWorld/MarseyWorld
Make pat anims unaffected by anim setting.
parent
b187b72746
commit
e217335b3a
|
@ -296,7 +296,7 @@
|
||||||
|
|
||||||
{% if v and not v.animations -%}
|
{% if v and not v.animations -%}
|
||||||
<style>
|
<style>
|
||||||
* {
|
* :not(img[src="/assets/images/hand.webp"] + img) {
|
||||||
animation: unset !important;
|
animation: unset !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue