Enhance rolls and fix dialog position

This commit is contained in:
2025-04-25 21:28:02 +02:00
parent 2ce5088471
commit 791a7d6b67
28 changed files with 122 additions and 249 deletions

View File

@ -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;