aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/video-js-custom.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-31 10:49:07 +0200
committerChocobozzz <me@florianbigard.com>2018-05-31 10:49:07 +0200
commit8e53163fbd14e3cb3b81cbb236cbc4659e03b307 (patch)
treeb4bf0bf8b611d8e04d513f7f12bed8e174ded415 /client/src/sass/video-js-custom.scss
parent9588d4f49b7183631ddb97fa9c3cd79f9bfe2945 (diff)
downloadPeerTube-8e53163fbd14e3cb3b81cbb236cbc4659e03b307.tar.gz
PeerTube-8e53163fbd14e3cb3b81cbb236cbc4659e03b307.tar.zst
PeerTube-8e53163fbd14e3cb3b81cbb236cbc4659e03b307.zip
Fix seek circle overflow
Diffstat (limited to 'client/src/sass/video-js-custom.scss')
-rw-r--r--client/src/sass/video-js-custom.scss3
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;