- Remplace les vieilles règles table (mortes) des dialog-gerer-herbes et dialog-gerer-ingredients par des règles flex scoped - Dialog-gerer-herbes/potions/ingredients/deniers : style= flex/gap/padding → classes LESS par dialog avec nth-child - actor-sheet.hbs : gap+flex-wrap → .oeuvre-buttons, height:200px → .tab.hautreve - carac-derivee.hbs : style sur .sust-buttons → déplacé dans LESS - regles-optionnelles.hbs : width:100% → .btn-voir-tables-encaissement - dialog-lancer-recette (hbs+js) : status colors → classes .status-* - roll-part-appelmoral.hbs : font-size conditionnel → classe .moral-low - rdd-utility.js : span style → .resultat-created - rdd-import-stats.js : textarea style → #statBlock - base-actor-sheet.js : select style → .qty-amount - export-scriptarium/*.hbs : flex-grow, margin-bottom → classes - app-personnage-aleatoire.hbs : text-align → .random-char-right Seuls 2 styles dynamiques persistent : background-image option (partial-roll-coeur.hbs) et width fillPercent barre (inventaire-item.hbs).
12 lines
226 B
Handlebars
12 lines
226 B
Handlebars
{{#if voie}}
|
|
<div class="flexrow">
|
|
<div class="export-sort">{{voie}}</div>
|
|
<div class="flex-grow-2">{{upperFirst description}}</div>
|
|
{{#if bonus}}
|
|
<div>{{bonus}}</div>
|
|
{{else}}
|
|
<div></div>
|
|
{{/if}}
|
|
</div>
|
|
{{/if}}
|