mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
* Fix scrollable tab * fix char sidebard and tabs scroll * Removed comment --------- Co-authored-by: Dapoolp <elcatnet@gmail.com> Co-authored-by: WBHarry <williambjrklund@gmail.com>
23 lines
No EOL
687 B
Handlebars
23 lines
No EOL
687 B
Handlebars
<section class='tab {{tabs.effects.cssClass}} {{tabs.effects.id}}' data-tab='{{tabs.effects.id}}'
|
|
data-group='{{tabs.effects.group}}'>
|
|
|
|
<div class="effects-sections">
|
|
{{> 'daggerheart.inventory-items'
|
|
title='DAGGERHEART.GENERAL.activeEffects'
|
|
type='effect'
|
|
isGlassy=true
|
|
collection=effects.actives
|
|
canCreate=true
|
|
hideResources=true
|
|
}}
|
|
|
|
{{> 'daggerheart.inventory-items'
|
|
title='DAGGERHEART.GENERAL.inactiveEffects'
|
|
type='effect'
|
|
isGlassy=true
|
|
collection=effects.inactives
|
|
canCreate=true
|
|
hideResources=true
|
|
}}
|
|
</div>
|
|
</section> |