From d3f4689bded2a6f5b589fe79c3f8b6082d553d9e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 31 May 2022 14:18:41 +0200 Subject: Add live autostart/messages in embed --- client/src/sass/player/peertube-skin.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'client/src/sass') diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index c420e825e..43c144624 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss @@ -20,6 +20,15 @@ body { font-size: $font-size; color: pvar(--embedForegroundColor); + &.disabled { + cursor: default; + pointer-events: none; + + .vjs-big-play-button { + display: none !important; + } + } + .vjs-audio-button { display: none; } -- cgit v1.2.3