mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-10-06 22:32:41 +07:00
Adjust seekbar and end screen overlay styles
This commit is contained in:
@@ -817,7 +817,7 @@ button.vjs-button > .vjs-icon-placeholder:before {
|
||||
|
||||
/* Move seekbar closer to controls on mobile */
|
||||
.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 */
|
||||
|
||||
@@ -66,9 +66,9 @@
|
||||
}
|
||||
|
||||
.video-js.vjs-ended .vjs-progress-control {
|
||||
z-index: 100000 !important;
|
||||
z-index: 0 !important;
|
||||
position: absolute !important;
|
||||
bottom: 48px !important;
|
||||
/* bottom: 48px !important; */
|
||||
left: 0 !important;
|
||||
right: 0 !important;
|
||||
width: 100% !important;
|
||||
|
||||
Reference in New Issue
Block a user