forked from public/foundryvtt-reve-de-dragon
Sync with head
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user