diff --git a/src/Controls/Controller.astro b/src/Controls/Controller.astro index d670407..77ebbfb 100644 --- a/src/Controls/Controller.astro +++ b/src/Controls/Controller.astro @@ -1,11 +1,12 @@ --- const { PlayerName, - BigPlayButton + BigPlayButton, + ShowBackAndForward } = Astro.props --- - \ No newline at end of file diff --git a/src/Styles/Index.scss b/src/Styles/Index.scss index 52d53c4..387e6fe 100644 --- a/src/Styles/Index.scss +++ b/src/Styles/Index.scss @@ -227,9 +227,9 @@ } } -.video-controls.hide { - opacity: 0; - transition: 0.3s opacity; +.zorn-controls-hide { + opacity: 0 !important; + transition: 0.3s opacity !important; } .big-present-button { @@ -241,7 +241,9 @@ color: white; border: none; border-radius: 6rem; - background: rgba(0, 0, 0, 0.32); + background: transparent; + backdrop-filter: blur(6px) contrast(0.9) brightness(0.5); + -webkit-backdrop-filter: blur(6px) contrast(0.9) brightness(0.5); display: flex; align-items: center; justify-content: center;