Improved styling of duration in tooltips

This commit is contained in:
WBHarry 2026-02-04 16:44:13 +01:00
parent 81be5c3f71
commit 3e78289b39
2 changed files with 30 additions and 2 deletions

View file

@ -17,9 +17,12 @@
{{/if}}
{{#if effect.system.duration.type}}
<div class="duration-container">
<strong>{{localize "EFFECT.DURATION.Label"}}</strong>
<span>{{localize (concat "DAGGERHEART.CONFIG.ActiveEffectDuration." effect.system.duration.type )}}</span>
<div class="duration-inner-container">
<span>{{localize "EFFECT.DURATION.Label"}}:</span>
<span>{{localize (concat "DAGGERHEART.CONFIG.ActiveEffectDuration." effect.system.duration.type )}}</span>
</div>
</div>
{{/if}}