master
Aevann1 2022-01-11 22:23:54 +02:00
parent 8c15af67c5
commit 52e9f8f156
1 changed files with 6 additions and 5 deletions

View File

@ -16,7 +16,6 @@
{% if p.award_count("wholesome") %} {% if p.award_count("wholesome") %}
<style> <style>
.seal { .seal {
position:fixed;
z-index:9999; z-index:9999;
pointer-events: none; pointer-events: none;
} }
@ -31,11 +30,13 @@
} }
} }
</style> </style>
<marquee class="seal" scrollamount=10 behavior="alternate" direction="up" height="2000px" width="100%"> <div style="position:fixed!important">
<marquee direction="right" scrollamount=10 behavior="alternate" height="2000px" width="100%"> <marquee class="seal" scrollamount=10 behavior="alternate" direction="up" height="100%" width="100%">
<img alt=":#marseywholesome:" class="sealimg" src="/static/assets/images/emojis/marseywholesome.webp?a=3"> <marquee direction="right" scrollamount=10 behavior="alternate" height="100%" width="100%">
<img alt=":#marseywholesome:" class="sealimg" src="/static/assets/images/emojis/marseywholesome.webp?a=3">
</marquee>
</marquee> </marquee>
</marquee> </div>
{% endif %} {% endif %}
{% if p.award_count("wholesome") > 1 %} {% if p.award_count("wholesome") > 1 %}