diff --git a/files/templates/comments.html b/files/templates/comments.html
index 9dcc3777e..e54b70956 100644
--- a/files/templates/comments.html
+++ b/files/templates/comments.html
@@ -240,7 +240,7 @@
{% endif %}
{% if c.treasure_amount and c.treasure_amount != '0' %}
-
+
{% if '-' in c.treasure_amount %}
A Mimic Ate {{c.treasure_amount.replace('-', '')}} Coins!
{% else %}
@@ -905,6 +905,11 @@
margin-top: 0.5rem !important;
}
}
+ .treasure {
+ margin-left: 10px;
+ margin-right: 3px;
+ margin-top: -2px;
+ }
{% if v %}