From: Chocobozzz Date: Thu, 31 May 2018 08:49:07 +0000 (+0200) Subject: Fix seek circle overflow X-Git-Tag: v1.0.0-beta.8~61 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8e53163fbd14e3cb3b81cbb236cbc4659e03b307;p=oweals%2Fpeertube.git Fix seek circle overflow --- 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;