trying to fix weird banner behavior
parent
46c9c719d0
commit
8d0a674f4e
|
@ -303,12 +303,12 @@
|
|||
</style>
|
||||
{% endif %}
|
||||
|
||||
{% if v and v.poorcel -%}
|
||||
{% if v and v.poorcel %}
|
||||
<style>
|
||||
* :not(img[src="/i/hand.webp"] + img):not(img.golden, img[g], img[glow]) {
|
||||
animation: unset !important;
|
||||
}
|
||||
</style>
|
||||
{%- endif %}
|
||||
{% endif %}
|
||||
|
||||
<link rel="preload" as="image" href="/i/l.webp">
|
||||
|
|
Loading…
Reference in New Issue