master
Aevann1 2022-01-11 22:26:08 +02:00
parent dd8a5441bb
commit 53e6e546a0
1 changed files with 7 additions and 6 deletions

View File

@ -16,8 +16,11 @@
{% if p.award_count("wholesome") %}
<style>
.seal {
position:fixed;
z-index:9999;
pointer-events: none;
width: 100%;
height: 100;
}
.sealimg {
width: 100px;
@ -30,13 +33,11 @@
}
}
</style>
<div style="position:fixed!important;width:100%;height:100%">
<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 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>
</div>
</marquee>
{% endif %}
{% if p.award_count("wholesome") > 1 %}