vc
This commit is contained in:
parent
276d7e498b
commit
40ffe56fd5
1 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue