Sync with head

This commit is contained in:
2020-11-03 09:14:14 +01:00
parent e2301b1cfd
commit 34156295ea
10 changed files with 29 additions and 11 deletions

View File

@ -2,7 +2,7 @@
{{!-- Sheet Header --}}
<header class="sheet-header">
<img class="profile-img" src="{{actor.img}}" data-edit="img" title="{{actor.name}}" height="100" width="100" />
<img class="profile-img" src="{{actor.img}}" data-edit="img" title="{{actor.name}}" />
<div class="header-fields">
<h1 class="charname"><input name="name" type="text" value="{{actor.name}}" placeholder="Name" /></h1>
<div class="flexrow">
@ -176,8 +176,8 @@
</div>
{{!-- Biography Tab --}}
<div class="tab description" data-group="primary" data-tab="description" style="height:200px">
<div class="form-group" style="height:200px">
<div class="tab description" data-group="primary" data-tab="description" style="height:400px !important; min-height: 400px !important;">
<div class="form-group editor" style="height:400px !important; min-height: 400px !important;">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</div>