Fixed Hjältarnas Tid skill error, updated layout, fixed buttons not working

This commit is contained in:
2020-12-01 05:11:08 +01:00
parent 6f8200c82a
commit 54ac488e73
10 changed files with 146 additions and 31 deletions

View File

@@ -5,12 +5,12 @@
<div class="roll">
<div class="dice-roll">
{{#if closed}}
<div>
<div style="margin: auto;">
{{localize "ROLL.CLOSED"}}: {{closed}}
</div>
{{/if}}
{{#if opened}}
<div>
<div style="margin: auto;">
{{localize "ROLL.OPENED"}}: {{opened}}
</div>
{{/if}}