lbry-desktop/ui/component/viewers/videoViewer/internal/plugins/videojs-hls-quality-selector/plugin.scss
DispatchCommit 0fff2542b7 Add custom quality selector plugin
Adds custom video.js hls quality selector plugin
This allows the quality selector plugin to stay active and listen for source changes on the player to prevent the need to recreate the player when switching between MP4's and M3U8's
2021-02-18 14:11:10 -05:00

10 lines
187 B
SCSS

// Sass for videojs-hls-quality-selector
.video-js {
// This class is added to the video.js element by the plugin by default.
&.vjs-hls-quality-selector {
display: block;
}
}