Prepare for module rulebook

This commit is contained in:
2024-07-08 22:27:11 +02:00
parent 7ed9265a26
commit 165a18e897
157 changed files with 339 additions and 466 deletions

View File

@@ -1,7 +1,7 @@
{{!-- Sheet Header --}}
<header class="sheet-header">
<div class="header-field-group flexrow">
<img class="profile-img" src="{{item.img}}" data-edit="img" title="{{item.name}}" style="border:none; background: lightgray; box-shadow: 5px 5px 5px black;"/>
<img class="sheet-profile-img" src="{{item.img}}" data-edit="img" title="{{item.name}}" style="border:none; background: lightgray; box-shadow: 5px 5px 5px black;"/>
<h1><input class="itemname flex6" name="name" type="text" value="{{item.name}}" placeholder="Name" style="text-shadow: 3px 3px 5px #333;"/></h1>
</div>
<!-- <img class="profile-img" src="{{img}}" data-edit="img" title="{{name}}"/>-->