mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Action Save difficulty (#427)
* Action Save difficulty * Unequipped item icon opacity * Fix sheet header
This commit is contained in:
parent
33ac7d5ab7
commit
8cb4b7663e
13 changed files with 20 additions and 12 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
width: 100%;
|
||||
padding-bottom: 0;
|
||||
overflow-x: auto;
|
||||
margin-bottom: 0;
|
||||
|
||||
.character-sidebar-sheet {
|
||||
grid-row: 1 / span 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue