1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-23 02:04:34 +02:00
video.js/src
André 473176f268
fix(control-bar): incorrect display when control bar display is locked (#8435)
The control bar is not displayed correctly when the display is locked because `.vjs-lock-showing` uses `display` `block` instead of `flex`.

- use `display` `flex` instead of `display` `block` when the control bar has `.vjs-lock-showing` class
- ensure that the control bar is not displayed if the `player` has classes:
  - `.vjs-controls-disabled`
  - `.vjs-using-native-controls`
  - `.vjs-error`
2023-09-27 10:25:52 +02:00
..
css fix(control-bar): incorrect display when control bar display is locked (#8435) 2023-09-27 10:25:52 +02:00
images fix(svg-icons): icon size consistency (#8380) 2023-08-17 21:30:23 +02:00
js fix(error): chromium reset mediaError when the poster is invalid (#8410) 2023-09-27 10:18:58 +02:00