|
@@ -5,6 +5,7 @@
|
|
|
--plyr-range-track-height: 6px;
|
|
|
--plyr-tooltip-radius: 3px;
|
|
|
--plyr-range-thumb-height: 24px;
|
|
|
+ --plyr-video-controls-background: #000;
|
|
|
|
|
|
|
|
|
:global {
|
|
@@ -20,13 +21,14 @@
|
|
|
.plyr__video-wrapper {
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
|
|
|
:global(.bottomFixed).controls {
|
|
|
width: 100% !important;
|
|
|
background: rgba(0, 0, 0, 0.6) !important;
|
|
|
- backdrop-filter: blur(26px);
|
|
|
+ // backdrop-filter: blur(26px);
|
|
|
height: 80px !important;
|
|
|
min-height: 80px !important;
|
|
|
padding: 0px 40px !important;
|