mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 12:11:07 +01:00
Update for evil light mode
This commit is contained in:
parent
6646cf63d7
commit
b17039fbba
2 changed files with 8 additions and 0 deletions
|
|
@ -2726,6 +2726,7 @@ div.daggerheart.views.multiclass {
|
||||||
#resources {
|
#resources {
|
||||||
min-height: calc(var(--header-height) + 4rem);
|
min-height: calc(var(--header-height) + 4rem);
|
||||||
min-width: 4rem;
|
min-width: 4rem;
|
||||||
|
color: #d3d3d3;
|
||||||
}
|
}
|
||||||
#resources .window-content {
|
#resources .window-content {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
|
@ -2823,6 +2824,9 @@ div.daggerheart.views.multiclass {
|
||||||
#resources:not(:hover):not(.minimized) .window-resize-handle {
|
#resources:not(:hover):not(.minimized) .window-resize-handle {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
#resources:has(.fear-bar) {
|
||||||
|
min-width: 200px;
|
||||||
|
}
|
||||||
.application.sheet.daggerheart.dh-style.feature .item-sheet-header {
|
.application.sheet.daggerheart.dh-style.feature .item-sheet-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
#resources {
|
#resources {
|
||||||
min-height: calc(var(--header-height) + 4rem);
|
min-height: calc(var(--header-height) + 4rem);
|
||||||
min-width: 4rem;
|
min-width: 4rem;
|
||||||
|
color: #d3d3d3;
|
||||||
.window-content {
|
.window-content {
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
#resource-fear {
|
#resource-fear {
|
||||||
|
|
@ -106,4 +107,7 @@
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&:has(.fear-bar) {
|
||||||
|
min-width: 200px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue