fixes #82 by always showing languages and writing, also fixes text-overflow by increasing padding to the right on skills names.
parent
6aac658d3f
commit
078eea577e
|
|
@ -107,7 +107,7 @@ $rollable_colours_font: (
|
|||
line-height: 32px;
|
||||
vertical-align: middle;
|
||||
word-break: break-all;
|
||||
margin-right: 8px;
|
||||
margin-right: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,128 +3,130 @@
|
|||
data-group="{{tabs.skills.group}}">
|
||||
<div class="collapsible">
|
||||
{{#if skills.Gaben}}
|
||||
<div class="talent-group gift">
|
||||
<fieldset>
|
||||
<legend><h2>Gaben</h2></legend>
|
||||
<ul>
|
||||
<li>
|
||||
{{#each skills.Gaben}}
|
||||
<li>
|
||||
{{> "systems/DSA_4-1/templates/ui/partial-rollable-button.hbs" this}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="talent-group gift">
|
||||
<fieldset>
|
||||
<legend><h2>Gaben</h2></legend>
|
||||
<ul>
|
||||
<li>
|
||||
{{#each skills.Gaben}}
|
||||
<li>
|
||||
{{> "systems/DSA_4-1/templates/ui/partial-rollable-button.hbs" this}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if skills.Kampf}}
|
||||
<div class="talent-group combat">
|
||||
<fieldset>
|
||||
<legend><h2>Kampftalente</h2></legend>
|
||||
<ul>
|
||||
{{#each skills.Kampf}}
|
||||
<li>
|
||||
{{> "systems/DSA_4-1/templates/ui/partial-rollable-weaponskill-button.hbs" this}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="talent-group combat">
|
||||
<fieldset>
|
||||
<legend><h2>Kampftalente</h2></legend>
|
||||
<ul>
|
||||
{{#each skills.Kampf}}
|
||||
<li>
|
||||
{{> "systems/DSA_4-1/templates/ui/partial-rollable-weaponskill-button.hbs" this}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if skills.Körperlich}}
|
||||
<div class="talent-group body">
|
||||
<fieldset>
|
||||
<legend><h2>Körperliche Talente</h2></legend>
|
||||
<ul>
|
||||
<li>
|
||||
{{#each skills.Körperlich}}
|
||||
<li>
|
||||
{{> "systems/DSA_4-1/templates/ui/partial-rollable-button.hbs" this}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="talent-group body">
|
||||
<fieldset>
|
||||
<legend><h2>Körperliche Talente</h2></legend>
|
||||
<ul>
|
||||
<li>
|
||||
{{#each skills.Körperlich}}
|
||||
<li>
|
||||
{{> "systems/DSA_4-1/templates/ui/partial-rollable-button.hbs" this}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if skills.Gesellschaft}}
|
||||
<div class="talent-group social">
|
||||
<fieldset>
|
||||
<legend><h2>Gesellschaftliche Talente</h2></legend>
|
||||
<ul>
|
||||
<li>
|
||||
{{#each skills.Gesellschaft}}
|
||||
<li>
|
||||
{{> "systems/DSA_4-1/templates/ui/partial-rollable-button.hbs" this}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="talent-group social">
|
||||
<fieldset>
|
||||
<legend><h2>Gesellschaftliche Talente</h2></legend>
|
||||
<ul>
|
||||
<li>
|
||||
{{#each skills.Gesellschaft}}
|
||||
<li>
|
||||
{{> "systems/DSA_4-1/templates/ui/partial-rollable-button.hbs" this}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if skills.Natur}}
|
||||
<div class="talent-group nature">
|
||||
<fieldset>
|
||||
<legend><h2>Natur Talente</h2></legend>
|
||||
<ul>
|
||||
<li>
|
||||
{{#each skills.Natur}}
|
||||
<li>
|
||||
{{> "systems/DSA_4-1/templates/ui/partial-rollable-button.hbs" this}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="talent-group nature">
|
||||
<fieldset>
|
||||
<legend><h2>Natur Talente</h2></legend>
|
||||
<ul>
|
||||
<li>
|
||||
{{#each skills.Natur}}
|
||||
<li>
|
||||
{{> "systems/DSA_4-1/templates/ui/partial-rollable-button.hbs" this}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if skills.Wissen}}
|
||||
<div class="talent-group knowledge">
|
||||
<fieldset>
|
||||
<legend><h2>Wissenstalente</h2></legend>
|
||||
<ul>
|
||||
<li>
|
||||
{{#each skills.Wissen}}
|
||||
<li>
|
||||
{{> "systems/DSA_4-1/templates/ui/partial-rollable-button.hbs" this}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if skills.Schriften}}
|
||||
<div class="talent-group languages">
|
||||
<fieldset>
|
||||
<legend><h2>Schriften & Sprachen</h2></legend>
|
||||
<ul>
|
||||
<li>
|
||||
{{#each skills.Schriften}}
|
||||
<li>
|
||||
{{> "systems/DSA_4-1/templates/ui/partial-rollable-language-button.hbs" this}}
|
||||
</li>
|
||||
{{/each}}
|
||||
{{#each skills.Sprachen}}
|
||||
<li>
|
||||
{{> "systems/DSA_4-1/templates/ui/partial-rollable-language-button.hbs" this}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="talent-group knowledge">
|
||||
<fieldset>
|
||||
<legend><h2>Wissenstalente</h2></legend>
|
||||
<ul>
|
||||
<li>
|
||||
{{#each skills.Wissen}}
|
||||
<li>
|
||||
{{> "systems/DSA_4-1/templates/ui/partial-rollable-button.hbs" this}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
|
||||
<div class="talent-group languages">
|
||||
<fieldset>
|
||||
<legend><h2>Schriften & Sprachen</h2></legend>
|
||||
<ul>
|
||||
<li>
|
||||
{{#each skills.Schriften}}
|
||||
<li>
|
||||
{{> "systems/DSA_4-1/templates/ui/partial-rollable-language-button.hbs" this}}
|
||||
</li>
|
||||
{{/each}}
|
||||
{{#each skills.Sprachen}}
|
||||
<li>
|
||||
{{> "systems/DSA_4-1/templates/ui/partial-rollable-language-button.hbs" this}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
|
||||
{{#if skills.Handwerk}}
|
||||
<div class="talent-group crafting">
|
||||
<fieldset>
|
||||
<legend><h2>Handwerkliche Talente</h2></legend>
|
||||
<ul>
|
||||
<li>
|
||||
{{#each skills.Handwerk}}
|
||||
<li>
|
||||
{{> "systems/DSA_4-1/templates/ui/partial-rollable-button.hbs" this}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="talent-group crafting">
|
||||
<fieldset>
|
||||
<legend><h2>Handwerkliche Talente</h2></legend>
|
||||
<ul>
|
||||
<li>
|
||||
{{#each skills.Handwerk}}
|
||||
<li>
|
||||
{{> "systems/DSA_4-1/templates/ui/partial-rollable-button.hbs" this}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
</section>
|
||||
Loading…
Reference in New Issue