From d6b5b0a5508ce006d4eeca4e155fc4448a2d35b1 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Sat, 21 Jun 2025 20:41:30 +0200 Subject: [PATCH] =?UTF-8?q?Dimension=20des=20=C3=A9diteurs=20prosemirror?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 4 ++++ css/foundryvtt-reve-de-dragon.css | 11 ++++++----- less/foundryvtt-reve-de-dragon.less | 12 +++++++----- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/changelog.md b/changelog.md index 5a29a792..c9e295f7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # 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 - On peut de nouveau acheter aux commerces diff --git a/css/foundryvtt-reve-de-dragon.css b/css/foundryvtt-reve-de-dragon.css index 41447396..0f3a9776 100644 --- a/css/foundryvtt-reve-de-dragon.css +++ b/css/foundryvtt-reve-de-dragon.css @@ -985,13 +985,13 @@ select, margin-inline: 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; text-align: justify; font-size: 1rem; 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; display: flex; flex-direction: row; @@ -999,14 +999,15 @@ select, margin: 0.1rem 0; 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; 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; - height: fit-content; + height: 8rem; margin: 0; + flex: none; } .system-foundryvtt-reve-de-dragon .large-editor { border: 2; diff --git a/less/foundryvtt-reve-de-dragon.less b/less/foundryvtt-reve-de-dragon.less index 31674dd9..e57fb7ec 100644 --- a/less/foundryvtt-reve-de-dragon.less +++ b/less/foundryvtt-reve-de-dragon.less @@ -627,13 +627,13 @@ margin-inline: 0.1rem; margin-block: 0.1rem; } - form.application.sheet.fvtt-rdd fieldset :is(label, input) { + .app.sheet fieldset :is(label, input) { font-family: CaslonAntique; text-align: justify; font-size: 1rem; letter-spacing: 1px; } - form.application.sheet.fvtt-rdd div.form-group { + .app.sheet div.form-group { clear: both; display: flex; flex-direction: row; @@ -641,15 +641,17 @@ margin: 0.1rem 0; align-items: center; } - form.application.sheet.fvtt-rdd .editor.prosemirror { + .app.sheet .editor.prosemirror { height: fit-content; min-height: 5rem; } - form.application.sheet.fvtt-rdd prose-mirror.prosemirror .editor-container { + .app.sheet .editor.prosemirror .editor-container { min-height: 5rem; - height: fit-content; + height: 8rem; margin: 0; + flex: none; } + .large-editor { border: 2; height: fit-content;