Skip to content

Commit

Permalink
@hartman Set a min-width for the progress slider of 4em. closes #2902
Browse files Browse the repository at this point in the history
  • Loading branch information
hartman authored and gkatsev committed Feb 4, 2016
1 parent 171ec1a commit 5245335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CHANGELOG
* @hartman Corrected adaptive layout selectors to match their intent ([view](https://github.com/videojs/video.js/pull/2923))
* @mister-ben updated Umuted to Unmute in lang files ([view](https://github.com/videojs/video.js/pull/3053))
* @hartman updated fullscreen and time controls for more consistent widths ([view](https://github.com/videojs/video.js/pull/2893))
* @hartman Set a min-width for the progress slider of 4em ([view](https://github.com/videojs/video.js/pull/2902))

--------------------

Expand Down
1 change: 1 addition & 0 deletions src/css/components/_progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
.video-js .vjs-progress-control {
@include flex(auto);
@include display-flex(center);
min-width: 4em;
}

.vjs-live .vjs-progress-control {
Expand Down

0 comments on commit 5245335

Please sign in to comment.