Skip to content

Commit

Permalink
Fix time bar location
Browse files Browse the repository at this point in the history
  • Loading branch information
Lootyhoof committed Dec 8, 2015
1 parent 7fb6f54 commit 680b1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chrome/global/media/videocontrols.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ button {

.scrubber .scale-slider {
/* abs(margin-top) + margin-bottom + bar height == timeThumb height */
margin-top: -9px;
margin-bottom: 15px;
margin-top: -10px;
margin-bottom: 10px;
}

/* .scale-thumb is an element inside the <scale> implementation. */
Expand Down

0 comments on commit 680b1a2

Please sign in to comment.