This commit is contained in:
Joscha Maier
2024-11-04 00:47:13 +01:00
parent bc71b3d2cc
commit dd42e5487c
6 changed files with 18 additions and 11 deletions

View File

@ -0,0 +1,5 @@
<form class="{{cssClass}} {{actor.type}} flexcol" autocomplete="off">
<header class="sheet-header">
<img class="profile-img" src="{{actor.img}}" data-edit="img" title="{{actor.name}}" height="100" width="100" />
</header>
</form>