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:
moliloo 2025-08-01 01:12:42 -03:00
parent 870fb32c40
commit ea40be45d3
7 changed files with 196 additions and 69 deletions

View file

@ -9,6 +9,12 @@
margin-bottom: 12px;
}
.experience-list {
display: flex;
flex-direction: column;
gap: 15px;
}
.experience-item {
display: flex;
flex-direction: column;