diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-17 09:54:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-17 09:54:53 +0200 |
commit | e6f627975bebd00d396d11442e582d80856bc6bd (patch) | |
tree | b932bdbf4522f1ccede87dc9a90d253ad5906ea7 /client/src/sass/video-js-custom.scss | |
parent | 244e76a552ef05a5067134b1065d26dd89246d8c (diff) | |
download | PeerTube-e6f627975bebd00d396d11442e582d80856bc6bd.tar.gz PeerTube-e6f627975bebd00d396d11442e582d80856bc6bd.tar.zst PeerTube-e6f627975bebd00d396d11442e582d80856bc6bd.zip |
Hide big play button on autoplay
Diffstat (limited to 'client/src/sass/video-js-custom.scss')
-rw-r--r-- | client/src/sass/video-js-custom.scss | 7 |
1 files changed, 7 insertions, 0 deletions
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; | |||
115 | } | 115 | } |
116 | } | 116 | } |
117 | 117 | ||
118 | // Hide the big play button on autoplay | ||
119 | &.vjs-has-autoplay { | ||
120 | .vjs-big-play-button { | ||
121 | display: none !important; | ||
122 | } | ||
123 | } | ||
124 | |||
118 | .vjs-control-bar, | 125 | .vjs-control-bar, |
119 | .vjs-big-play-button, | 126 | .vjs-big-play-button, |
120 | .vjs-settings-dialog { | 127 | .vjs-settings-dialog { |