From 0db17c5100e47841d3774af3f19a10162a1997e2 Mon Sep 17 00:00:00 2001 From: Arne Link Date: Wed, 11 Sep 2024 18:28:10 +0200 Subject: [PATCH] Update pf2e-hud encounter tracker styels --- sass/module-support/_pf2e-hud.scss | 2 +- styles/dorako-ui.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/module-support/_pf2e-hud.scss b/sass/module-support/_pf2e-hud.scss index 83246ac..45ba305 100644 --- a/sass/module-support/_pf2e-hud.scss +++ b/sass/module-support/_pf2e-hud.scss @@ -122,7 +122,7 @@ } } -.game #interface:has(#pf2e-hud-tracker) #sidebar { +.game #interface.has-hud-tracker #sidebar { box-shadow: unset; padding-left: 5px; // --panel-gap from PF2e HUD } diff --git a/styles/dorako-ui.css b/styles/dorako-ui.css index 841707f..d352d02 100644 --- a/styles/dorako-ui.css +++ b/styles/dorako-ui.css @@ -2101,7 +2101,7 @@ body.compact-ui #navigation[data-theme] .monks-scene-navigation #nav-toggle { color: var(--text-color-3); } -.game #interface:has(#pf2e-hud-tracker) #sidebar { +.game #interface.has-hud-tracker #sidebar { box-shadow: unset; padding-left: 5px; }