New fixes around sheets

This commit is contained in:
2026-06-06 17:56:50 +02:00
parent 2143bcc8db
commit 2691ff521f
16 changed files with 52 additions and 56 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
<div class="{{cssClass}}">
{{!-- This template is a fallback for when items don't have more specific templates. --}}
{{!-- Generally, you'll want to make more specific templates when possible. --}}
<form class="{{cssClass}} form" autocomplete="off">
{{> "systems/vermine2047/templates/item/partials/header.hbs"}}
{{> "systems/vermine2047/templates/item/partials/header.hbs"}}
{{!-- Sheet Body --}}
@@ -37,5 +37,5 @@
<div class="editor-wrapper">
{{editor system.effects target="system.effects" button=true owner=owner editable=editable}}
</div>
</div>
</form>
</section>
</div>