Commande /voyage

Ajout de la commande /voyage pour gérer la fatigue en voyage
This commit is contained in:
2023-12-26 19:05:41 +01:00
parent 4274bce7d5
commit 3f098cab31
8 changed files with 291 additions and 9 deletions

View File

@ -440,7 +440,13 @@ table {border: 1px solid #7a7971;}
.flex-grow-2 {
flex-grow: 2;
}
.voyage-liste-survies {
max-width: 12rem;
}
/* Styles limited to foundryvtt-reve-de-dragon sheets */
.texte-dans-liste {
text-align: left;
}
.equipement-nom {
flex-grow : 4;
margin: 0;
@ -1168,7 +1174,7 @@ ul.chat-list li:nth-child(odd) {
border-radius: 0.25rem;
padding: 0.1rem;
flex: 1 1 1.5rem;
display: flex !important;
display: flex;
align-items: center !important;
}