add PlayerPosition

This commit is contained in:
@CyberAndi 2024-02-06 22:27:42 +01:00 committed by GitHub
parent d84ce9f770
commit 6d36ed30c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -847,8 +847,11 @@
--zIndexMain: 0;
--zIndexMenu: 50;
--posBannerHeight: calc(100vh - 140px);
--posBannerWidth: calc((100vh - 140px) * 1.78);
--posBannerLeft: calc((100vh - 140px) * 0.5625 * 0.5);
--posBannerWidth: var(--posPlayerWidth);
--posBannerLeft: var(--posPlayerLeft);
--posPlayerHeight: calc(100vh - 140px);
--posPlayerWidth: calc((100vh - 140px) * 1.78);
--posPlayerLeft: calc((100vh - 140px) * 0.5625 * 0.5);
--ticking: false;
--videoPlay: 0;
--runFade: 0;