Add eyes, height, weight, hair, skin and personality fields to character sheet Biography tab

This commit is contained in:
Zakkon 2025-09-29 14:09:01 +02:00
parent fd92540792
commit 37ed9fe29c
6 changed files with 84 additions and 23 deletions

View file

@ -15,6 +15,25 @@
scrollbar-width: thin;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
.top {
display: flex;
padding-left: 0.25rem;
}
.characteristics {
width: 520px;
display: grid;
grid-template-columns: 180px 160px 140px;
gap: 1rem;
}
.unlist {
list-style: none;
padding: 0;
margin: 0;
li {
margin: 0;
}
}
}
}
}