From f0d140544e9d858c6b354e00ee514c5c0c1c52b1 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Wed, 26 Nov 2025 10:07:05 +0100 Subject: [PATCH] Corrected distancing --- styles/less/ui/countdown/countdown.less | 2 +- styles/less/ui/effects-display/sheet.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/less/ui/countdown/countdown.less b/styles/less/ui/countdown/countdown.less index 4adf1ba2..26dce469 100644 --- a/styles/less/ui/countdown/countdown.less +++ b/styles/less/ui/countdown/countdown.less @@ -26,7 +26,7 @@ } &.effects-present { - right: 84px; + right: 62px; } &.icon-only { diff --git a/styles/less/ui/effects-display/sheet.less b/styles/less/ui/effects-display/sheet.less index 2f67b496..1331b094 100644 --- a/styles/less/ui/effects-display/sheet.less +++ b/styles/less/ui/effects-display/sheet.less @@ -1,7 +1,7 @@ .daggerheart.dh-style.effects-display { position: absolute; right: 0; - width: 40px; + width: 46px; max-height: 600px; overflow: hidden; border: 0;