From 8e53163fbd14e3cb3b81cbb236cbc4659e03b307 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 31 May 2018 10:49:07 +0200 Subject: Fix seek circle overflow --- client/src/sass/video-js-custom.scss | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3