X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fstandalone%2Fvideos%2Fembed.scss;h=95573dabeb06b403b0fc41e805e2b67b962f0ba6;hb=bc053fb3037fe1598a190dee057051e77f0b4a05;hp=37c1df6c4730f66464bd7fe9a5ee0142c77f00ad;hpb=d4f3fea659163749f9ea879a5e1dd313106353c6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/standalone/videos/embed.scss b/client/src/standalone/videos/embed.scss index 37c1df6c4..95573dabe 100644 --- a/client/src/standalone/videos/embed.scss +++ b/client/src/standalone/videos/embed.scss @@ -2,7 +2,9 @@ @import '_mixins'; @import '~video.js/dist/video-js.css'; @import '~videojs-dock/dist/videojs-dock.css'; -@import '../../sass/video-js-custom.scss'; + +$assets-path: '../../assets/'; +@import '../../sass/player/index'; [hidden] { display: none !important; @@ -61,7 +63,6 @@ html, body { align-content: center; justify-content: center; text-align: center; - background-color: #141313; width: 100%; height: 100%; color: white; @@ -78,6 +79,16 @@ html, body { } } +#placeholder-preview { + position: absolute; + top: 0; + left: 0; + background-size: 100% auto; + width: 100%; + height: 100%; + background-position: 50% 50%; +} + @media screen and (max-width: 300px) { #error-block { font-size: 36px;