1
0
Fork 0

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

View file

@ -175,6 +175,7 @@ $context-menu-width: 350px;
} }
.vjs-play-progress { .vjs-play-progress {
padding-right: 4px;
&::before { &::before {
top: -0.3em; top: -0.3em;
@ -217,6 +218,8 @@ $context-menu-width: 350px;
} }
.vjs-time-control { .vjs-time-control {
line-height: inherit;
&.vjs-current-time { &.vjs-current-time {
font-size: $font-size; font-size: $font-size;
display: inline-block; display: inline-block;