diff options
-rw-r--r-- | client/src/sass/player/peertube-skin.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index 4bf48a570..8230681f6 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss | |||
@@ -104,6 +104,18 @@ body { | |||
104 | } | 104 | } |
105 | } | 105 | } |
106 | 106 | ||
107 | // Show poster and controls when playing audio-only content | ||
108 | &.vjs-playing-audio-only-content { | ||
109 | .vjs-poster { | ||
110 | display: block; | ||
111 | visibility: visible; | ||
112 | } | ||
113 | |||
114 | .vjs-control-bar { | ||
115 | opacity: $primary-foreground-opacity-hover; | ||
116 | } | ||
117 | } | ||
118 | |||
107 | // Hide the big play button on autoplay | 119 | // Hide the big play button on autoplay |
108 | &.vjs-has-autoplay { | 120 | &.vjs-has-autoplay { |
109 | .vjs-big-play-button { | 121 | .vjs-big-play-button { |