mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 04:01:06 +01:00
Merged with main
This commit is contained in:
commit
629782eccc
4 changed files with 23 additions and 6 deletions
|
|
@ -2934,11 +2934,18 @@ div.daggerheart.views.multiclass {
|
|||
--primary-color-fear: rgba(9, 71, 179, 0.75);
|
||||
--secondary-color-fear: rgba(9, 71, 179, 0.75);
|
||||
--shadow-text-stroke: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
|
||||
--fear-animation: background 0.3s ease, box-shadow .3s ease, border-color .3s ease, opacity .3s ease;
|
||||
}
|
||||
#resources {
|
||||
min-height: calc(var(--header-height) + 4rem);
|
||||
min-width: 4rem;
|
||||
color: #d3d3d3;
|
||||
transition: var(--fear-animation);
|
||||
}
|
||||
#resources header,
|
||||
#resources .controls,
|
||||
#resources .window-resize-handle {
|
||||
transition: var(--fear-animation);
|
||||
}
|
||||
#resources .window-content {
|
||||
padding: 0.5rem;
|
||||
|
|
@ -3023,7 +3030,7 @@ div.daggerheart.views.multiclass {
|
|||
#resources .window-content #resource-fear.isGM i:hover {
|
||||
font-size: var(--font-size-20);
|
||||
}
|
||||
#resources button[data-action='close'] {
|
||||
#resources button[data-action="close"] {
|
||||
display: none;
|
||||
}
|
||||
#resources:not(:hover):not(.minimized) {
|
||||
|
|
@ -3034,7 +3041,7 @@ div.daggerheart.views.multiclass {
|
|||
#resources:not(:hover):not(.minimized) header,
|
||||
#resources:not(:hover):not(.minimized) .controls,
|
||||
#resources:not(:hover):not(.minimized) .window-resize-handle {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
}
|
||||
#resources:has(.fear-bar) {
|
||||
min-width: 200px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue