diff options
-rw-r--r-- | client/src/sass/video-js-custom.scss | 3 |
1 files changed, 3 insertions, 0 deletions
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; | |||
175 | } | 175 | } |
176 | 176 | ||
177 | .vjs-play-progress { | 177 | .vjs-play-progress { |
178 | padding-right: 4px; | ||
178 | 179 | ||
179 | &::before { | 180 | &::before { |
180 | top: -0.3em; | 181 | top: -0.3em; |
@@ -217,6 +218,8 @@ $context-menu-width: 350px; | |||
217 | } | 218 | } |
218 | 219 | ||
219 | .vjs-time-control { | 220 | .vjs-time-control { |
221 | line-height: inherit; | ||
222 | |||
220 | &.vjs-current-time { | 223 | &.vjs-current-time { |
221 | font-size: $font-size; | 224 | font-size: $font-size; |
222 | display: inline-block; | 225 | display: inline-block; |