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/standalone/videos/embed.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'client/src/standalone/videos/embed.scss') diff --git a/client/src/standalone/videos/embed.scss b/client/src/standalone/videos/embed.scss index 91ab822c8..8c20bae79 100644 --- a/client/src/standalone/videos/embed.scss +++ b/client/src/standalone/videos/embed.scss @@ -92,6 +92,17 @@ body { width: 100%; height: 100%; background-position: 50% 50%; + background-repeat: no-repeat; +} + +.player-information { + width: 100%; + color: #fff; + background: rgba(0, 0, 0, 0.6); + padding: 20px 0; + position: absolute; + bottom: 0; + text-align: center; } @media screen and (max-width: 300px) { -- cgit v1.2.3