Added Combat and CombatTracker

This commit is contained in:
WBHarry 2025-06-06 21:28:52 +02:00
parent 32730b3aac
commit 7eb662ac21
20 changed files with 900 additions and 334 deletions

View file

@ -212,6 +212,22 @@
flex: 1;
}
}
.form-group {
display: flex;
justify-content: space-between;
align-items: center;
label {
font-size: 16px;
}
.form-fields {
display: flex;
gap: 4px;
align-items: center;
}
}
}
.system-daggerheart {