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 {
display: flex;
gap: 8px;
gap: 4px;
align-items: center;
justify-content: center;
}

View file

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