Minor fixes

This commit is contained in:
2020-11-29 14:43:53 +01:00
parent c3a7388592
commit d804187215
5 changed files with 7 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<div class="character">
<div class="header grid-container" style="grid-template-columns: auto auto 1.7fr 2fr;">
<div class="avatar flex-group-center" style="grid-row: 1/7;">
<img class="actor-avatar-img" src="{{actor.img}}" data-edit="img" title="{{actor.name}}" />
<img class="profile-img actor-avatar-img" src="{{actor.img}}" data-edit="img" title="{{actor.name}}" />
</div>
<label style="margin: auto;">{{localize "BIO.NAME"}}:</label>
@@ -87,7 +87,7 @@
<div class="tab" data-group="primary" data-tab="bio">
{{> systems/kopparhavet/templates/parts/actor/bio.html}}
</div>
<div class="tab note border" data-group="primary" data-tab="note">
<div class="tab note border" data-group="primary" data-tab="note" style="border-top: none;">
{{editor content=data.bio.note.value target="data.bio.note.value" button=true owner=owner editable=editable}}
</div>
</div>