mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
[Fix] Countdown UI Initial Position (#1267)
* . * Fixed so countdown ui respects foundry UiScale * Raised system version
This commit is contained in:
parent
84ef1063d8
commit
7c4200b431
3 changed files with 17 additions and 5 deletions
|
|
@ -18,7 +18,7 @@
|
|||
box-shadow: none;
|
||||
width: 300px;
|
||||
top: 16px;
|
||||
right: 64px;
|
||||
right: calc(64px * var(--ui-scale));
|
||||
transition:
|
||||
right ease 250ms,
|
||||
opacity var(--ui-fade-duration) ease,
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
|
||||
&.expanded {
|
||||
right: 364px;
|
||||
right: calc(364px * var(--ui-scale));
|
||||
}
|
||||
|
||||
&.icon-only {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue