Fix regressions liste dans conteneurs
Les lignes étaient affichées de manière étrange et peu lisible
This commit is contained in:
parent
029bece877
commit
4a51f698ab
@ -506,7 +506,6 @@ input:is(.blessure-premiers_soins, .blessure-soins_complets) {
|
|||||||
|
|
||||||
.foundryvtt-reve-de-dragon .item-list {
|
.foundryvtt-reve-de-dragon .item-list {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 7px 0;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
@ -515,34 +514,14 @@ input:is(.blessure-premiers_soins, .blessure-soins_complets) {
|
|||||||
font-weight: bold;
|
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 {
|
.foundryvtt-reve-de-dragon .item-list .item img {
|
||||||
display: block;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.foundryvtt-reve-de-dragon .item-list .item-name {
|
.foundryvtt-reve-de-dragon .item-list .item-name {
|
||||||
margin: 0;
|
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 {
|
.competence-list .item-controls {
|
||||||
display: contents !important;
|
display: contents !important;
|
||||||
}
|
}
|
||||||
@ -900,7 +879,7 @@ ul, li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item-display-show {
|
.item-display-show {
|
||||||
display: block;
|
display: inline;
|
||||||
}
|
}
|
||||||
.item-display-hide {
|
.item-display-hide {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user