Add text boxes for roles
This commit is contained in:
parent
755d3ae43c
commit
faa84df3bc
5 changed files with 41 additions and 4 deletions
|
|
@ -112,6 +112,16 @@
|
|||
}
|
||||
&--roles {
|
||||
grid-area: roles;
|
||||
.panel__content {
|
||||
display: grid;
|
||||
grid-template-rows: repeat(4, min-content);
|
||||
height: 100%;
|
||||
gap: 4px;
|
||||
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
}
|
||||
}
|
||||
&--spells {
|
||||
grid-area: spells;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue