Fixed so that the countdown Ui positions itself well when RCT video is enabled

This commit is contained in:
WBHarry 2025-11-19 11:17:36 +01:00
parent a146132171
commit 6973d22db6
2 changed files with 37 additions and 5 deletions

View file

@ -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 {