mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-10 17:38:54 -05:00
Adjust seekbar and end screen overlay styles
This commit is contained in:
parent
09454774ac
commit
7356531c07
@ -817,7 +817,7 @@ button.vjs-button > .vjs-icon-placeholder:before {
|
|||||||
|
|
||||||
/* Move seekbar closer to controls on mobile */
|
/* Move seekbar closer to controls on mobile */
|
||||||
.video-js .vjs-progress-control {
|
.video-js .vjs-progress-control {
|
||||||
bottom: 52px !important; /* Moved up to prevent overlap with controls */
|
bottom: 42px !important; /* Moved up to prevent overlap with controls */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Consistent wrapper spacing and alignment on mobile */
|
/* Consistent wrapper spacing and alignment on mobile */
|
||||||
|
|||||||
@ -66,9 +66,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.video-js.vjs-ended .vjs-progress-control {
|
.video-js.vjs-ended .vjs-progress-control {
|
||||||
z-index: 100000 !important;
|
z-index: 0 !important;
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
bottom: 48px !important;
|
/* bottom: 48px !important; */
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
right: 0 !important;
|
right: 0 !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user