Html + css Rnk adjustement for flex content

This commit is contained in:
Mandar
2021-02-14 23:19:06 +01:00
parent 3eb623120a
commit babbafffef
5 changed files with 281 additions and 171 deletions

View File

@@ -47,7 +47,7 @@
{{#each l5r5e.dices}}
{{#if this.diceTypeL5r}}
{{#each this.rolls}}
<span class="l5r5e chat-dice {{this.classes}}">{{{this.result}}}</span>
<span class="l5r5e fas chat-dice {{this.classes}}">{{{this.result}}}</span>
{{/each}}
{{/if}}
{{/each}}