diff options
author | kontrollanten <6680299+kontrollanten@users.noreply.github.com> | 2020-12-08 15:09:39 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-12-14 15:25:51 +0100 |
commit | ecc69f6b9b1a214677a8028d86d6895a44ede74d (patch) | |
tree | e2a6acb77a56db773789ebd4b1039299c497952b /client/src/standalone/videos | |
parent | 2564d97e0d77340ede0031936082cc37d6f8fd79 (diff) | |
download | PeerTube-ecc69f6b9b1a214677a8028d86d6895a44ede74d.tar.gz PeerTube-ecc69f6b9b1a214677a8028d86d6895a44ede74d.tar.zst PeerTube-ecc69f6b9b1a214677a8028d86d6895a44ede74d.zip |
video-embed: add standalone-video-embed CSS class
closes #3420
Diffstat (limited to 'client/src/standalone/videos')
-rw-r--r-- | client/src/standalone/videos/embed.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.html b/client/src/standalone/videos/embed.html index 17029ec41..a44bf56a3 100644 --- a/client/src/standalone/videos/embed.html +++ b/client/src/standalone/videos/embed.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" /> | 12 | <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" /> |
13 | </head> | 13 | </head> |
14 | 14 | ||
15 | <body id="custom-css"> | 15 | <body id="custom-css" class="standalone-video-embed"> |
16 | 16 | ||
17 | <div id="error-block"> | 17 | <div id="error-block"> |
18 | <h1 id="error-title"></h1> | 18 | <h1 id="error-title"></h1> |