Action Save difficulty (#427)

* Action Save difficulty

* Unequipped item icon opacity

* Fix sheet header
This commit is contained in:
Dapoulp 2025-07-27 14:40:25 +02:00 committed by GitHub
parent 33ac7d5ab7
commit 8cb4b7663e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 20 additions and 12 deletions

View file

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

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;