mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-10 19:17:09 +01:00
Improved styling of duration in tooltips
This commit is contained in:
parent
81be5c3f71
commit
3e78289b39
2 changed files with 30 additions and 2 deletions
|
|
@ -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}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue