mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
enhance reload label style and update roll button container to match actions button footer style
This commit is contained in:
parent
e63d19a2c4
commit
f8ec7201ca
5 changed files with 37 additions and 7 deletions
|
|
@ -1,4 +1,7 @@
|
|||
<div class="roll-buttons">
|
||||
{{#if (eq automationSettings.reload 'button')}}
|
||||
<button class="roll-reload-check" {{#if needReload}}disabled{{/if}}>{{localize "DAGGERHEART.ACTIONS.Reload.checkReload"}}</button>
|
||||
{{/if}}
|
||||
{{#if areas.length}}<button class="action-areas end-button"><i class="fa-solid fa-crosshairs"></i></button>{{/if}}
|
||||
{{#if hasDamage}}
|
||||
{{#unless (empty damage)}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue