From 4a51f698abf4e9e481a14ca48f87f2c7b6ee4924 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Sat, 26 Nov 2022 18:12:31 +0100 Subject: [PATCH] Fix regressions liste dans conteneurs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Les lignes étaient affichées de manière étrange et peu lisible --- styles/simple.css | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/styles/simple.css b/styles/simple.css index 660b6156..348093dc 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -506,7 +506,6 @@ input:is(.blessure-premiers_soins, .blessure-soins_complets) { .foundryvtt-reve-de-dragon .item-list { list-style: none; - margin: 7px 0; padding: 0; overflow-y: auto; } @@ -515,34 +514,14 @@ input:is(.blessure-premiers_soins, .blessure-soins_complets) { font-weight: bold; } -.foundryvtt-reve-de-dragon .item-list .item { - height: 30px; - line-height: 24px; - padding: 3px 0; - border-bottom: 1px solid #BBB; -} - -.foundryvtt-reve-de-dragon .item-list .item .item-image { - -webkit-box-flex: 0; - -ms-flex: 0 0 24px; - flex: 0 0 24px; - margin-right: 5px; -} - .foundryvtt-reve-de-dragon .item-list .item img { - display: block; + display: inline; } .foundryvtt-reve-de-dragon .item-list .item-name { margin: 0; } -.foundryvtt-reve-de-dragon .item-list .item-controls { - -webkit-box-flex: 0; - -ms-flex: 0 0 86px; - flex: 0 0 86px; - text-align: right; -} .competence-list .item-controls { display: contents !important; } @@ -900,7 +879,7 @@ ul, li { } .item-display-show { - display: block; + display: inline; } .item-display-hide { display: none;