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