Get the actor sheet read/writing the character's aspect data

This commit is contained in:
Oliver-Akins 2023-12-16 23:47:07 -07:00
parent 19a59692c4
commit 340f80c5b9
18 changed files with 342 additions and 230 deletions

View file

@ -4,14 +4,12 @@
padding: 4px;
input[type=text] {
font-family: $body-font;
font-size: 1.5em;
height: 1.5em;
width: 100%;
}
textarea {
font-family: $body-font;
width: 100%;
resize: vertical;
}