1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-28 08:58:46 +02:00

@hartman Set a min-width for the progress slider of 4em. closes #2902

This commit is contained in:
Derk-Jan Hartman 2016-02-04 11:52:39 -05:00 committed by Gary Katsevman
parent 171ec1a274
commit 5245335147
2 changed files with 2 additions and 0 deletions

View File

@ -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))
--------------------

View File

@ -15,6 +15,7 @@
.video-js .vjs-progress-control {
@include flex(auto);
@include display-flex(center);
min-width: 4em;
}
.vjs-live .vjs-progress-control {