This commit is contained in:
WBHarry 2026-03-14 15:32:56 +01:00
parent cd152e5c2e
commit aa35e89e32
2 changed files with 2 additions and 2 deletions

View file

@ -193,7 +193,7 @@
.result-info { .result-info {
display: flex; display: flex;
gap: 8px; gap: 4px;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }

View file

@ -104,8 +104,8 @@
<div class="result-container"> <div class="result-container">
<span class="result-section-label">{{localize "DAGGERHEART.GENERAL.dualityRoll"}}</span> <span class="result-section-label">{{localize "DAGGERHEART.GENERAL.dualityRoll"}}</span>
<div class="result-info"> <div class="result-info">
<div>{{localize "DAGGERHEART.GENERAL.withThing" thing=joinedRoll.rollData.options.roll.result.label}}</div>
<div class="damage-info">{{joinedRoll.rollData.options.roll.total}}</div> <div class="damage-info">{{joinedRoll.rollData.options.roll.total}}</div>
<div>{{localize "DAGGERHEART.GENERAL.withThing" thing=joinedRoll.rollData.options.roll.result.label}}</div>
</div> </div>
</div> </div>
{{/if}} {{/if}}