mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 23:26:28 +01:00
Corrected distancing
This commit is contained in:
parent
24626545b9
commit
f0d140544e
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.effects-present {
|
&.effects-present {
|
||||||
right: 84px;
|
right: 62px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.icon-only {
|
&.icon-only {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue