forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-11 01:41:59 +02:00
parent 5b5700edb6
commit 88006b7ae1
1 changed files with 8 additions and 3 deletions

View File

@ -18,11 +18,16 @@
.seal { .seal {
position:absolute; position:absolute;
z-index:9999; z-index:9999;
pointer-events: none;
}
.sealimg {
width: 100px;
height: 89.5px;
} }
</style> </style>
<marquee> <marquee class="seal">
<img class="seal" src="/static/assets/images/emojis/marseywholesome.webp?a=3"> <img class="sealimg" src="/static/assets/images/emojis/marseywholesome.webp?a=3">
</marquee> </marquee>
{% endif %} {% endif %}
{% if p.award_count("wholesome") > 1 %} {% if p.award_count("wholesome") > 1 %}