Skip to content

Commit

Permalink
fix: player video controlbar on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi authored Oct 20, 2023
1 parent a1a3de9 commit 7b18b8a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,22 @@ div.chips-list-wrapper {
width:20%;
}
}
}

@include media-breakpoint-down(sm) {
.vjs-remaining-time {
display: none;
}

.vjs-picture-in-picture-control {
display: none !important;
}

.vjs-control-bar {
overflow: hidden;
}

.video-js .vjs-control {
width: 3.5em;
}
}

0 comments on commit 7b18b8a

Please sign in to comment.