mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51:07 +01:00
Fixed so countdown ui respects foundry UiScale
This commit is contained in:
parent
029b1d999b
commit
1e39fbdf83
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
top: 16px;
|
top: 16px;
|
||||||
right: 64px;
|
right: calc(64px * var(--ui-scale));
|
||||||
transition:
|
transition:
|
||||||
right ease 250ms,
|
right ease 250ms,
|
||||||
opacity var(--ui-fade-duration) ease,
|
opacity var(--ui-fade-duration) ease,
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.expanded {
|
&.expanded {
|
||||||
right: 364px;
|
right: calc(364px * var(--ui-scale));
|
||||||
}
|
}
|
||||||
|
|
||||||
&.icon-only {
|
&.icon-only {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue