Fix sheet header

This commit is contained in:
Dapoolp 2025-07-27 14:17:19 +02:00
parent cb45c37f57
commit d45976f469
5 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@
.application.sheet.daggerheart.actor.dh-style.character {
.character-header-sheet {
padding: 0 15px;
padding-top: 36px;
padding-top: var(--header-height);
width: 100%;
.name-row {

View file

@ -11,7 +11,6 @@
width: 100%;
padding-bottom: 0;
overflow-x: auto;
margin-bottom: 0;
.character-sidebar-sheet {
grid-row: 1 / span 2;