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
+3 -4
View File
@@ -1,5 +1,5 @@
<form class="{{cssClass}}" autocomplete="off">
<header class="sheet-header">
<div class="{{cssClass}}">
<header class="sheet-header">
<img class="profile-img" src="{{item.img}}" data-edit="img" title="{{item.name}}"/>
<div class="header-fields">
<h1 class="charname"><input name="name" type="text" value="{{item.name}}" placeholder="Name"/></h1>
@@ -17,5 +17,4 @@
{{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}}
</section>
</form>
</div>