remotes/1693045480750635534/spooky-22
Aevann1 2022-01-29 19:11:20 +02:00
parent b7311c61a3
commit 42568fb32f
1 changed files with 6 additions and 1 deletions

View File

@ -240,7 +240,7 @@
{% endif %}
{% if c.treasure_amount and c.treasure_amount != '0' %}
<img alt="treasure" src="/static/assets/images/chest.webp" width="20" />
<img class="treasure" alt="treasure" src="/static/assets/images/chest.webp" width="20" />
{% if '-' in c.treasure_amount %}
<em>A Mimic Ate {{c.treasure_amount.replace('-', '')}} Coins!</em>
{% else %}
@ -905,6 +905,11 @@
margin-top: 0.5rem !important;
}
}
.treasure {
margin-left: 10px;
margin-right: 3px;
margin-top: -2px;
}
</style>
{% if v %}