Alignement description en haut
This commit is contained in:
parent
9f24aee1f3
commit
2e144851d4
@ -633,6 +633,7 @@ input:is(.blessure-premiers_soins, .blessure-soins_complets) {
|
||||
border: 2;
|
||||
min-height: 8rem;
|
||||
padding: 0 3px;
|
||||
align-items: top;
|
||||
}
|
||||
|
||||
.small-editor {
|
||||
@ -641,6 +642,10 @@ input:is(.blessure-premiers_soins, .blessure-soins_complets) {
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
.foundryvtt-reve-de-dragon.sheet :is(.large-editor,.editor,.medium-editor,.small-editor){
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.foundryvtt-reve-de-dragon .tox .tox-editor-container {
|
||||
background: #fff;
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
<div class="flexcol">
|
||||
<div>
|
||||
<span><label>Description : </label></span>
|
||||
<div class="form-group large-editor">
|
||||
{{editor description target="system.description" button=true owner=options.isOwner editable=options.editable engine="prosemirror"}}
|
||||
</div>
|
||||
</div>
|
||||
{{#if options.isGM}}
|
||||
<div class="flexcol">
|
||||
<div>
|
||||
<span><label>Description (MJ seulement): </label></span>
|
||||
<div class="form-group large-editor">
|
||||
{{editor descriptionmj target="system.descriptionmj" button=true owner=options.isOwner editable=options.editable engine="prosemirror"}}
|
||||
|
Loading…
Reference in New Issue
Block a user