From 40ffe56fd5280e022f6c5e784055c077fceba11c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 29 Jan 2022 19:11:20 +0200 Subject: [PATCH] vc --- files/templates/comments.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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' %} - treasure + treasure {% 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 %}