Fixed trait counting in CharacterCreation. Fixed description layout and labels in CharacterCreation. Fixed drag/drop images from Compendium Browser

This commit is contained in:
WBHarry 2026-04-12 13:58:43 +02:00
parent e003db3ec1
commit f900011510
5 changed files with 38 additions and 8 deletions

View file

@ -175,6 +175,11 @@
opacity: 0.2;
}
&.no-horizontal-padding {
padding-left: 0;
padding-right: 0;
}
legend {
margin-left: auto;
margin-right: auto;
@ -278,6 +283,15 @@
flex-direction: column;
gap: 5px;
&.separated {
border-bottom: 2px solid;
padding-bottom: 8px;
}
.form-group {
padding: 0 0.75rem;
}
.experience-inner-container {
position: relative;
display: flex;