Widen character sheet modal

This commit is contained in:
2026-07-10 11:58:34 -07:00
parent bf800a06db
commit 2210bcd48e
4 changed files with 22 additions and 8 deletions

View File

@@ -447,6 +447,10 @@
text-align: left;
}
.modal-box.character-sheet-modal {
max-width: 1260px;
}
.modal-close {
position: absolute;
top: 0.6rem;
@@ -544,4 +548,3 @@
color: var(--accent);
font-weight: 700;
}