X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fvideo-js-custom.scss;h=f77447e97baa257006f37cbd699fc83f7e5c32af;hb=e6f627975bebd00d396d11442e582d80856bc6bd;hp=cae7ab4310cd985ecc276a36eafee83209c0b946;hpb=864e782bc2306f7154a185361ebf94e6e86472e8;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index cae7ab431..f77447e97 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss @@ -115,6 +115,13 @@ $setting-transition-easing: ease-out; } } + // Hide the big play button on autoplay + &.vjs-has-autoplay { + .vjs-big-play-button { + display: none !important; + } + } + .vjs-control-bar, .vjs-big-play-button, .vjs-settings-dialog {