Réduction de l'espace des TMR

This commit is contained in:
2023-11-15 22:14:00 +01:00
parent da3091dc4b
commit bfd3b0d74a
49 changed files with 1288 additions and 463 deletions

View File

@ -171,9 +171,6 @@ i:is(.fas, .far) {
width: fit-content;
}
.tmr-dialog table {
border: none;
}
.system-foundryvtt-reve-de-dragon .sheet-header div.tmr-buttons {
padding: 0;
margin: 0;
@ -264,6 +261,39 @@ nav.sheet-tabs .item:after {
border-right: 1px dashed rgba(52, 52, 52, 0.25);
}
/* =================== Fenêtre TMR ============ */
div.tmrdialog {
width: fit-content !important;
height: fit-content !important;
max-height: 1024px;
}
div.tmrdialog .window-content {
margin: 0;
padding: 0;
width: fit-content;
max-width: fit-content;
max-height: fit-content;
}
div.tmrdialog div.tmr-map {
width: fit-content;
height: fit-content;
max-height: 1024px;
}
div.tmrdialog div.tmr-actions{
width: 12rem;
max-height: fit-content;
}
div.tmrdialog div.tmr-map {
width: min-content;
padding: 0;
font-size: 0;
}
div.tmrdialog div.tmr-actions {
vertical-align: top;
flex-basis: inherit;
flex: 'flex-shrink';
}
/* =================== Autres ============ */
.tabs .item.active,