mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
add style to textarea element, add spellcasting and domain class into char sheet and move rest buttons to another place
This commit is contained in:
parent
870fb32c40
commit
ea40be45d3
7 changed files with 196 additions and 69 deletions
|
|
@ -9,6 +9,12 @@
|
|||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.experience-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
.experience-item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue