mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51:07 +01:00
Fixed so that the countdown Ui positions itself well when RCT video is enabled
This commit is contained in:
parent
a146132171
commit
6973d22db6
2 changed files with 37 additions and 5 deletions
|
|
@ -30,6 +30,18 @@
|
|||
|
||||
&.expanded {
|
||||
right: calc(364px * var(--ui-scale));
|
||||
|
||||
&.rctRight {
|
||||
right: calc(664px * var(--ui-scale));
|
||||
}
|
||||
}
|
||||
|
||||
&.rctTop {
|
||||
top: calc(240px * var(--ui-scale));
|
||||
}
|
||||
|
||||
&.rctRight {
|
||||
right: calc(364px * var(--ui-scale));
|
||||
}
|
||||
|
||||
&.icon-only {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue