Fix ranged dialog roll
This commit is contained in:
@ -1948,6 +1948,27 @@ i.lethalfantasy {
|
||||
.lethalfantasy-roll-dialog fieldset {
|
||||
padding: 4px;
|
||||
}
|
||||
.lethalfantasy-range-defense-dialog {
|
||||
width: 18rem;
|
||||
}
|
||||
.lethalfantasy-range-defense-dialog fieldset {
|
||||
padding: 4px;
|
||||
}
|
||||
.lethalfantasy-range-defense-dialog select {
|
||||
margin-left: 0.5rem;
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.lethalfantasy-range-defense-dialog .field-section {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: left;
|
||||
}
|
||||
.lethalfantasy-range-defense-dialog .field-name {
|
||||
width: 4rem;
|
||||
min-width: 4rem;
|
||||
max-width: 4rem;
|
||||
}
|
||||
.dialog-form .form-footer button {
|
||||
min-width: 14rem;
|
||||
min-height: 3.2rem;
|
||||
|
Reference in New Issue
Block a user