Fix regressions liste dans conteneurs

Les lignes étaient affichées de manière étrange et peu lisible
This commit is contained in:
Vincent Vandemeulebrouck 2022-11-26 18:12:31 +01:00
parent 029bece877
commit 4a51f698ab
1 changed files with 2 additions and 23 deletions

View File

@ -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;