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:
parent
171ec1a274
commit
5245335147
@ -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))
|
||||
|
||||
--------------------
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
.video-js .vjs-progress-control {
|
||||
@include flex(auto);
|
||||
@include display-flex(center);
|
||||
min-width: 4em;
|
||||
}
|
||||
|
||||
.vjs-live .vjs-progress-control {
|
||||
|
Loading…
Reference in New Issue
Block a user