This commit is contained in:
François-Xavier Guillois
2023-09-07 10:47:34 +02:00
parent 1529f50602
commit 1c31e0c81d
8 changed files with 121 additions and 5 deletions
+3 -1
View File
@@ -13,7 +13,8 @@
{{!-- Sheet Body --}}
<section class="sheet-body">
<aside style="flex:1">
<div class="tab flexrow gap-4" data-group="primary" data-tab="description">
<aside style="flex:20%;">
<div class="resource">
<div class="resource">
<label class="resource-label">{{ localize "VERMINE.level"}}</label>
@@ -24,6 +25,7 @@
<main class="editor-wrapper" style="flex:10">
{{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}}
</main>
</div>
</section>
</form>