enhance reload label style and update roll button container to match actions button footer style

This commit is contained in:
Murilo Brito 2026-07-12 15:18:53 -03:00
parent e63d19a2c4
commit f8ec7201ca
5 changed files with 37 additions and 7 deletions

View file

@ -8,9 +8,8 @@
{{#if (eq automationSettings.reload 'button')}}
<div class="roll-reload-container">
{{#if needReload}}
<p class=>{{localize "DAGGERHEART.ACTIONS.Reload.reloadRequired"}}</p>
<p class='reload-warning'>{{localize "DAGGERHEART.ACTIONS.Reload.reloadRequired"}}</p>
{{/if}}
<button class="roll-reload-check" {{#if needReload}}disabled{{/if}}>{{localize "DAGGERHEART.ACTIONS.Reload.checkReload"}}</button>
</div>
{{/if}}
{{/if}}