Fix for npc note
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -145,4 +145,10 @@
|
|||||||
margin: 1rem 0.25rem 0;
|
margin: 1rem 0.25rem 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.npc-note {
|
||||||
|
.editor {
|
||||||
|
min-height: 6rem;
|
||||||
|
max-height: 12rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -106,8 +106,8 @@
|
|||||||
width: 150px;
|
width: 150px;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
background: $l5r5e-white;
|
background: $l5r5e-white-light;
|
||||||
border: 1px solid $l5r5e-title;
|
border: 1px solid rgba(186, 187, 177, 0.25);
|
||||||
--notchSize: 0.5rem;
|
--notchSize: 0.5rem;
|
||||||
clip-path: polygon(
|
clip-path: polygon(
|
||||||
0% var(--notchSize),
|
0% var(--notchSize),
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<h1 class="charname"><input name="name" type="text" value="{{actor.name}}" placeholder="Name"/></h1>
|
<h1 class="charname"><input name="name" type="text" value="{{actor.name}}" placeholder="Name"/></h1>
|
||||||
{{> 'systems/l5r5e/templates/actors/npc/identity.html' }}
|
{{> 'systems/l5r5e/templates/actors/npc/identity.html' }}
|
||||||
</div>
|
</div>
|
||||||
<fieldset>
|
<fieldset class="npc-note">
|
||||||
<legend class="text-block-header">{{ localize 'l5r5e.notes' }}</legend>
|
<legend class="text-block-header">{{ localize 'l5r5e.notes' }}</legend>
|
||||||
{{ editor content=data.notes.value target="data.notes.value" button=true editable=editable }}
|
{{ editor content=data.notes.value target="data.notes.value" button=true editable=editable }}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|||||||
Reference in New Issue
Block a user