Finalized Character-Settings

This commit is contained in:
WBHarry 2025-07-31 14:57:27 +02:00
parent 2faa5e5460
commit d9a0decbda
16 changed files with 130 additions and 42 deletions

View file

@ -196,6 +196,7 @@
.character-downtime-container {
display: flex;
align-items: center;
gap: 2px;
button {

View file

@ -18,6 +18,7 @@
}
.character-header-sheet {
position: relative;
grid-row: 1;
grid-column: 2;
}