fixed npc size text in sheet header

This commit is contained in:
Nathanael Phillips 2020-11-30 09:08:24 -07:00
parent 27a53a9361
commit b621ba27d3
3 changed files with 12 additions and 1 deletions

View file

@ -1005,6 +1005,10 @@
h1.character-name {
align-self: auto;
}
.npc-size {
.russoOne(18px);
line-height: 28px;
}
.attributes {
grid-template-columns: repeat(3, 1fr);
footer {

View file

@ -1578,6 +1578,13 @@ input[type="reset"]:disabled {
.sw5e.sheet.actor.npc .swalt-sheet header h1.character-name {
align-self: auto;
}
.sw5e.sheet.actor.npc .swalt-sheet header .npc-size {
font-family: 'Russo One';
font-size: 18px;
font-weight: 400;
letter-spacing: 0.5px;
line-height: 28px;
}
.sw5e.sheet.actor.npc .swalt-sheet header .attributes {
grid-template-columns: repeat(3, 1fr);
}

View file

@ -18,7 +18,7 @@
</div>
<div class="summary">
<span>{{lookup config.actorSizes data.traits.size}}</span>
<span class="npc-size">{{lookup config.actorSizes data.traits.size}}</span>
<input type="text" name="data.details.alignment" value="{{data.details.alignment}}"
placeholder="{{ localize 'SW5E.Alignment' }}" />
<input type="text" name="data.details.type" value="{{data.details.type}}"