Skip to content

Commit

Permalink
fixed positioning styles now that handle is smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcc committed Jul 24, 2015
1 parent 7914716 commit 7a842e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/components/_volume.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@
// Volume handle
&:before {
top: -0.5em;
left: -0.35em;
left: -0.3em;
}
}
.video-js .vjs-slider-horizontal .vjs-volume-level {
height: 0.3em;

// Volume handle
&:before {
top: -0.35em;
top: -0.3em;
right: -0.5em;
}
}
Expand Down

0 comments on commit 7a842e2

Please sign in to comment.