forked from rDrama/rDrama
1
0
Fork 0

make pumpking award absolute and double its size

master
Aevann 2023-10-09 19:20:30 +03:00
parent 1e57040cf8
commit 87d0320439
2 changed files with 2 additions and 2 deletions

View File

@ -575,7 +575,7 @@ body::after {
}
.fall-pumpkin {
position: fixed;
position: absolute;
top: -20%;
z-index: 999;
-webkit-user-select: none;

View File

@ -45,7 +45,7 @@
<div class="fall-pumpkins">
{% for i in range(count) %}
<div class="fall-pumpkin">
<img src="/e/marseypumpking.webp" class="animate-spin" style="width: 40px; height: 40px" alt="animate marsey pumpkin icon">
<img src="/e/marseypumpking.webp" class="animate-spin" style="width: 80px; height: 80px" alt="animate marsey pumpkin icon">
</div>
{% endfor %}
</div>