mirror of
https://github.com/videojs/video.js.git
synced 2025-01-04 06:48:49 +02:00
feat: enable responsive controls on fullscreen (#7098)
Co-authored-by: Ileana Padilla <ipadilla@brightcove.com>
This commit is contained in:
parent
22e9843942
commit
239c9a1552
@ -18,7 +18,7 @@
|
||||
// - Volume Mute button
|
||||
// - Fullscreen Button
|
||||
//
|
||||
.video-js:not(.vjs-fullscreen) {
|
||||
.video-js {
|
||||
|
||||
&.vjs-layout-small,
|
||||
&.vjs-layout-x-small,
|
||||
@ -34,7 +34,7 @@
|
||||
.vjs-subtitles-button,
|
||||
.vjs-audio-button,
|
||||
.vjs-volume-control {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
// Reset the size of the volume panel to the default so we don't see a big
|
||||
|
Loading…
Reference in New Issue
Block a user