Dimension des éditeurs prosemirror #764

Merged
uberwald merged 6 commits from VincentVk/foundryvtt-reve-de-dragon:v13 into v13 2025-06-23 16:28:23 +02:00
3 changed files with 17 additions and 10 deletions
Showing only changes of commit d6b5b0a550 - Show all commits

View File

@@ -1,5 +1,9 @@
# 13.0 # 13.0
## 13.0.4 - Le long discours d'Illysis
- On peut de nouveau modifier les descriptions
## 13.0.3 - La dernière auberge d'Illysis ## 13.0.3 - La dernière auberge d'Illysis
- On peut de nouveau acheter aux commerces - On peut de nouveau acheter aux commerces

View File

@@ -985,13 +985,13 @@ select,
margin-inline: 0.1rem; margin-inline: 0.1rem;
margin-block: 0.1rem; margin-block: 0.1rem;
} }
.system-foundryvtt-reve-de-dragon form.application.sheet.fvtt-rdd fieldset :is(label, input) { .system-foundryvtt-reve-de-dragon .app.sheet fieldset :is(label, input) {
font-family: CaslonAntique; font-family: CaslonAntique;
text-align: justify; text-align: justify;
font-size: 1rem; font-size: 1rem;
letter-spacing: 1px; letter-spacing: 1px;
} }
.system-foundryvtt-reve-de-dragon form.application.sheet.fvtt-rdd div.form-group { .system-foundryvtt-reve-de-dragon .app.sheet div.form-group {
clear: both; clear: both;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@@ -999,14 +999,15 @@ select,
margin: 0.1rem 0; margin: 0.1rem 0;
align-items: center; align-items: center;
} }
.system-foundryvtt-reve-de-dragon form.application.sheet.fvtt-rdd .editor.prosemirror { .system-foundryvtt-reve-de-dragon .app.sheet .editor.prosemirror {
height: fit-content; height: fit-content;
min-height: 5rem; min-height: 5rem;
} }
.system-foundryvtt-reve-de-dragon form.application.sheet.fvtt-rdd prose-mirror.prosemirror .editor-container { .system-foundryvtt-reve-de-dragon .app.sheet .editor.prosemirror .editor-container {
min-height: 5rem; min-height: 5rem;
height: fit-content; height: 8rem;
margin: 0; margin: 0;
flex: none;
} }
.system-foundryvtt-reve-de-dragon .large-editor { .system-foundryvtt-reve-de-dragon .large-editor {
border: 2; border: 2;

View File

@@ -627,13 +627,13 @@
margin-inline: 0.1rem; margin-inline: 0.1rem;
margin-block: 0.1rem; margin-block: 0.1rem;
} }
form.application.sheet.fvtt-rdd fieldset :is(label, input) { .app.sheet fieldset :is(label, input) {
font-family: CaslonAntique; font-family: CaslonAntique;
text-align: justify; text-align: justify;
font-size: 1rem; font-size: 1rem;
letter-spacing: 1px; letter-spacing: 1px;
} }
form.application.sheet.fvtt-rdd div.form-group { .app.sheet div.form-group {
clear: both; clear: both;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@@ -641,15 +641,17 @@
margin: 0.1rem 0; margin: 0.1rem 0;
align-items: center; align-items: center;
} }
form.application.sheet.fvtt-rdd .editor.prosemirror { .app.sheet .editor.prosemirror {
height: fit-content; height: fit-content;
min-height: 5rem; min-height: 5rem;
} }
form.application.sheet.fvtt-rdd prose-mirror.prosemirror .editor-container { .app.sheet .editor.prosemirror .editor-container {
min-height: 5rem; min-height: 5rem;
height: fit-content; height: 8rem;
margin: 0; margin: 0;
flex: none;
} }
.large-editor { .large-editor {
border: 2; border: 2;
height: fit-content; height: fit-content;