Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
feat(video): increase size of the time indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed May 23, 2024
1 parent aeada6e commit 4392437
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/video.manchester.ac.uk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ video,
}
}

.video-js .vjs-time-control {
font-size: 1rem;
line-height: 1.6;
}

.vjs-mouse-display::after,
.vjs-play-progress::after {
font-size: 1rem !important;
Expand Down

0 comments on commit 4392437

Please sign in to comment.