Update the save changes button to be more inline with the rest of Foundry
This commit is contained in:
parent
e8bf135424
commit
7d28376cec
6 changed files with 85 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div class="scrollable">
|
||||
<main class="scrollable">
|
||||
{{#if effects}}
|
||||
<ul class="effect-list">
|
||||
{{#each effects as | effect |}}
|
||||
|
|
@ -37,6 +37,8 @@
|
|||
{{/each}}
|
||||
</ul>
|
||||
{{else}}
|
||||
{{ localize "OFT.apps.StatusEffectIconConfig.no-status-effects" }}
|
||||
<div class="placeholder">
|
||||
{{ localize "OFT.apps.StatusEffectIconConfig.no-status-effects" }}
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue