forked from public/foundryvtt-reve-de-dragon
Commande /voyage
Ajout de la commande /voyage pour gérer la fatigue en voyage
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user