From 2a6f5bc7d7d6373db7494b1fab14daef5f60858d Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Mon, 9 Jun 2025 22:10:35 +0200 Subject: [PATCH] =?UTF-8?q?Comp=C3=A9tences=20de=20cr=C3=A9atures=20sur=20?= =?UTF-8?q?une=20ligne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Conflicts: # changelog.md --- changelog.md | 1 + css/foundryvtt-reve-de-dragon.css | 2 ++ less/foundryvtt-reve-de-dragon.less | 2 ++ 3 files changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 16f06af6..b6910bf8 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ - La description des Grizzal a des espaces - Corrections v13 - Affichage des images et noms d'objets en ligne + - affichage des compétences de créature sur une ligne ## 13.0.0 - Le début de l'errance d'Illysis diff --git a/css/foundryvtt-reve-de-dragon.css b/css/foundryvtt-reve-de-dragon.css index 39cf2bb1..a2bbf114 100644 --- a/css/foundryvtt-reve-de-dragon.css +++ b/css/foundryvtt-reve-de-dragon.css @@ -1540,6 +1540,8 @@ select, .system-foundryvtt-reve-de-dragon .list-item-label, .system-foundryvtt-reve-de-dragon .list-title-label { flex-grow: 2; + display: flex; + flex-direction: row; } .system-foundryvtt-reve-de-dragon .attribut-value, .system-foundryvtt-reve-de-dragon .carac-value { diff --git a/less/foundryvtt-reve-de-dragon.less b/less/foundryvtt-reve-de-dragon.less index 4a0af60e..4b9040f9 100644 --- a/less/foundryvtt-reve-de-dragon.less +++ b/less/foundryvtt-reve-de-dragon.less @@ -1225,6 +1225,8 @@ .list-item-label, .list-title-label { flex-grow: 2; + display: flex; + flex-direction: row; } .attribut-value, .carac-value {