diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index 64805a3a1..8de0784f9 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss @@ -175,6 +175,7 @@ $context-menu-width: 350px; } .vjs-play-progress { + padding-right: 4px; &::before { top: -0.3em; @@ -217,6 +218,8 @@ $context-menu-width: 350px; } .vjs-time-control { + line-height: inherit; + &.vjs-current-time { font-size: $font-size; display: inline-block;