feat: Add Foundry V13 compatibility, hide the system tracker when detached, and include a new README.
This commit is contained in:
parent
30b2943ae3
commit
72ee9dd8e3
4 changed files with 46 additions and 7 deletions
|
|
@ -21,4 +21,10 @@
|
|||
|
||||
/* Ensure background image works if it relied on parent classes */
|
||||
/* System uses .theme-dark .daggerheart.dh-style.countdowns */
|
||||
/* If the body has theme-dark, this should still work. */
|
||||
/* If the body has theme-dark, this should still work. */
|
||||
|
||||
/* Hide system tracker when detached */
|
||||
/* Exclude .movable-countdowns explicitly to prevent self-hiding if classes leak or overlap */
|
||||
body.dh-countdowns-detached .daggerheart.dh-style.countdowns.faded-ui:not(.movable-countdowns) {
|
||||
display: none !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue