Skip to content

Commit

Permalink
Fix seek circle overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed May 31, 2018
1 parent 9588d4f commit 8e53163
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/sass/video-js-custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ $context-menu-width: 350px;
}

.vjs-play-progress {
padding-right: 4px;

&::before {
top: -0.3em;
Expand Down Expand Up @@ -217,6 +218,8 @@ $context-menu-width: 350px;
}

.vjs-time-control {
line-height: inherit;

&.vjs-current-time {
font-size: $font-size;
display: inline-block;
Expand Down

0 comments on commit 8e53163

Please sign in to comment.