remotes/1693045480750635534/spooky-22
Aevann1 2022-01-11 01:40:24 +02:00
parent f3521c0628
commit 2a1669df5d
2 changed files with 3 additions and 17 deletions

View File

@ -17,25 +17,11 @@
<style>
.seal {
position:absolute;
z-index:9999;
pointer-events: none;
}
.sealimg {
width: 100px;
height: 89.5px;
}
@media (max-width: 992px) {
.sealimg {
width: 30px;
height: 27px;
}
}
</style>
<marquee class="seal" scrollamount=10 behavior="alternate" direction="up" height="100%">
<marquee direction="right" scrollamount=10 behavior="alternate" width="100%">
<img alt=":#marseywholesome:" class="sealimg" src="/static/assets/images/emojis/marseywholesome.webp?a=3">
<marquee>
<img class="seal" src="/static/assets/images/emojis/marseywholesome.webp?a=3">
</marquee>
</marquee>
{% endif %}
{% if p.award_count("wholesome") > 1 %}

View File

@ -5,7 +5,7 @@ logfile=/tmp/supervisord.log
[program:service]
directory=/service
command=gunicorn files.__main__:app -k gevent -w 2 --reload -b localhost:80 --max-requests 1000 --max-requests-jitter 500
command=gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --max-requests 1000 --max-requests-jitter 500
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr