Skip to content

Commit

Permalink
HTML improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mclemente committed Jul 23, 2021
1 parent 487a2f1 commit 485ddbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/dnd5e.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</div>
</div>

<!-- Background -->
<!-- Background -->
<div class="tab" data-tab="background" data-group="party">
<div class="table-row header">
{{> "modules/party-overview/templates/parts/FilterButton.html"}}
Expand Down
4 changes: 2 additions & 2 deletions templates/parts/languages.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{#ifEquals mode 'SHOW_HIDDEN' }}<i class="fas fa-eye-slash"></i>{{/ifEquals}}
</button>
</div>
<div class="text" style="flex: 3">Name</div>
<div class="text">Name</div>
{{#each languages as | language | }}
<div class="text icon" style="flex: 1" title="{{language}}">{{language}}</div>
{{/each}}
Expand All @@ -21,7 +21,7 @@
class="value fas fa-eye"></i>{{/if}}
</button>
</div>
<div class="text" style="flex: 3">{{ actor.shortestName }}</div>
<div class="text">{{ actor.shortestName }}</div>
{{#each actor.languages as | language | }}
<div class="text icon" style="flex: 1">{{#if language}}<i class="fas fa-check"></i>{{else}}<i class="value fas fa-times"
style="color: gray"></i>{{/if}}</div>
Expand Down

0 comments on commit 485ddbf

Please sign in to comment.