From 18de904849fcb4818427aaee5b5900567951899e Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Fri, 5 Sep 2025 16:33:55 +0200 Subject: [PATCH] Affichage des signes d'heure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Présentation en ligne pour fenêtre d'astrologie. Pourra être utilisée là où on affiche des heures (méditations) --- changelog.md | 1 + css/foundryvtt-reve-de-dragon.css | 1 + less/foundryvtt-reve-de-dragon.less | 1 + 3 files changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index 4d0bcad4..c38958ef 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## 13.0.7 - Sous le signe d'Illysis - Fix Foundry V13 - les tooltips des ajustements sont correctement visible + - correction des affichages des signes d'heures dans la fenêtre d'astrologie - en cas d'appel au moral lorsqu'une double significative est requise, le moral est perdu si la réussite est insuffisante diff --git a/css/foundryvtt-reve-de-dragon.css b/css/foundryvtt-reve-de-dragon.css index 6654d6d7..bdbf15df 100644 --- a/css/foundryvtt-reve-de-dragon.css +++ b/css/foundryvtt-reve-de-dragon.css @@ -857,6 +857,7 @@ select, max-width: 1.5em; max-height: 1.5em; border-width: 0; + display: inline; } .system-foundryvtt-reve-de-dragon .dimmed { opacity: 50%; diff --git a/less/foundryvtt-reve-de-dragon.less b/less/foundryvtt-reve-de-dragon.less index c52ab6c2..f320e480 100644 --- a/less/foundryvtt-reve-de-dragon.less +++ b/less/foundryvtt-reve-de-dragon.less @@ -497,6 +497,7 @@ max-width: 1.5em; max-height: 1.5em; border-width: 0; + display: inline; } .dimmed { opacity: 50%;