Affichage des images de tarot

This commit is contained in:
Vincent Vandemeulebrouck
2022-11-28 10:07:04 +01:00
parent c06491eb2f
commit 39c6478422
2 changed files with 33 additions and 18 deletions

View File

@ -332,6 +332,16 @@ input:is(.blessure-premiers_soins, .blessure-soins_complets) {
object-fit: cover;
object-position: 50% 0;
}
.foundryvtt-reve-de-dragon .rdd-item-sheet-tarot img.profile-img {
max-height: 600px;
max-width: 200px;
width: max-content;
margin-right: 0px;
object-fit: scale-down;
border: none;
margin-right: 5px;
object-position: 50% 0;
}
.rdd-dialog-select-target img.select-token-img {
-webkit-box-flex: 0;
-ms-flex: 0 0 48px;