Fix seek circle overflow

This commit is contained in:
Chocobozzz 2018-05-31 10:49:07 +02:00
parent 9588d4f49b
commit 8e53163fbd
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 0 deletions

View File

@ -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;