mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 10:29:54 +02:00
Fixed so that hidden countdowns don't take up space
This commit is contained in:
parent
8e5cdedaac
commit
f91bfaecb1
3 changed files with 14 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{{#each countdowns as | category key |}}
|
||||
<div class="countdown-category-container {{#unless (includes @root.userCountdownTypes key)}}hidden{{/unless}}">
|
||||
<div class="countdown-category-container {{#unless (includes @root.countdownTypesWithVisibleEntries key)}}hidden{{/unless}}">
|
||||
{{#each category as |countdown id|}}
|
||||
<div class="countdown-container {{#if ../iconOnly}}icon-only{{/if}}" data-countdown="{{id}}">
|
||||
<div class="countdown-main-container">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue