Enhance rolls and fix dialog position
This commit is contained in:
@ -13,6 +13,19 @@
|
||||
fieldset {
|
||||
padding: 4px;
|
||||
}
|
||||
.goto-token-button {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
margin-left: 0.5rem;
|
||||
max-width: 8rem;
|
||||
background-color: var(--color-dark-6);
|
||||
color: var(--color-dark-2);
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.lethalfantasy-range-defense-dialog {
|
||||
@ -24,7 +37,7 @@
|
||||
select {
|
||||
margin-left: 0.5rem;
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.field-section {
|
||||
display: flex;
|
||||
@ -34,13 +47,13 @@
|
||||
.field-name {
|
||||
width:4rem;
|
||||
min-width: 4rem;
|
||||
max-width: 4rem;
|
||||
max-width: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.dialog-form {
|
||||
.form-footer {
|
||||
.form-footer {
|
||||
button {
|
||||
min-width: 14rem;
|
||||
min-height: 3.2rem;
|
||||
|
Reference in New Issue
Block a user