forked from MarseyWorld/MarseyWorld
master
parent
b7311c61a3
commit
42568fb32f
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue