forked from public/foundryvtt-reve-de-dragon
Ajout gestion de la description
This commit is contained in:
@ -333,7 +333,8 @@ button {
|
||||
font-weight: bold;
|
||||
flex-grow: 0;
|
||||
}
|
||||
.competence-label {
|
||||
.competence-label,
|
||||
.description-label {
|
||||
flex-grow: 2;
|
||||
}
|
||||
.competence-value {
|
||||
@ -342,6 +343,12 @@ button {
|
||||
margin-right: 4px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.description-value {
|
||||
flex-grow: 0;
|
||||
flex-basis: 128px;
|
||||
margin-right: 4px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.competence-xp {
|
||||
flex-grow: 0;
|
||||
flex-basis: 64px;
|
||||
|
Reference in New Issue
Block a user