Corrected distancing

This commit is contained in:
WBHarry 2025-11-26 10:07:05 +01:00
parent 24626545b9
commit f0d140544e
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
} }
&.effects-present { &.effects-present {
right: 84px; right: 62px;
} }
&.icon-only { &.icon-only {

View file

@ -1,7 +1,7 @@
.daggerheart.dh-style.effects-display { .daggerheart.dh-style.effects-display {
position: absolute; position: absolute;
right: 0; right: 0;
width: 40px; width: 46px;
max-height: 600px; max-height: 600px;
overflow: hidden; overflow: hidden;
border: 0; border: 0;