forked from public/foundryvtt-reve-de-dragon
Amélioration espace boutons actions
This commit is contained in:
@@ -334,16 +334,18 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.flex-grow, .flex-grow-3 {
|
||||
display: flex;
|
||||
flex-grow: 3;
|
||||
}
|
||||
.flex-grow-2 {
|
||||
flex-grow: 2;
|
||||
.flex-grow-0-5 {
|
||||
flex-grow: 0.5;
|
||||
}
|
||||
.flex-grow-1 {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.flex-grow-0-5 {
|
||||
flex-grow: 0.5;
|
||||
.flex-grow-2 {
|
||||
display: flex;
|
||||
flex-grow: 2;
|
||||
}
|
||||
.voyage-liste-survies {
|
||||
max-width: 12rem;
|
||||
@@ -387,14 +389,16 @@
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
.item-actions-controls,
|
||||
.equipement-actions {
|
||||
:is(.item-actions-controls, .equipement-actions) {
|
||||
margin: 0;
|
||||
flex-grow: 2;
|
||||
flex-grow: 1.2;
|
||||
align-items: end;
|
||||
justify-content: flex-end;
|
||||
text-align: right;
|
||||
}
|
||||
.liste-equipement :is(.equipement-actions, .item-actions-controls) {
|
||||
flex-grow: 2;
|
||||
}
|
||||
|
||||
.blessure-control {
|
||||
flex-grow: 1;
|
||||
@@ -623,16 +627,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.flex-grow-1 {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.flex-grow-2 {
|
||||
flex-grow: 2;
|
||||
}
|
||||
.flex-grow-3 {
|
||||
flex-grow: 3;
|
||||
}
|
||||
fieldset {
|
||||
border-style: groove;
|
||||
border-width: 0.1rem;
|
||||
|
Reference in New Issue
Block a user