X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fvideo-watch.component.scss;h=8a3e2584b81dbb10d044176968635a11be751094;hb=244e76a552ef05a5067134b1065d26dd89246d8c;hp=e6684e909115021208f33ededc43e84728257bc4;hpb=20acba1c3737bc3137f0efb0448e60c703ff7fd0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index e6684e909..8a3e2584b 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -1,12 +1,12 @@ @import '_variables'; @import '_mixins'; -#video-container { +#video-element-wrapper { background-color: #000; display: flex; justify-content: center; - #video-element { + /deep/ .video-js { width: 888px; height: 500px; @@ -80,6 +80,11 @@ } } + my-video-feed { + margin-left: 5px; + margin-top: 1px; + } + .video-actions-rates { display: flex; flex-direction: column; @@ -314,7 +319,7 @@ @media screen and (max-width: 1600px) { .video-bottom { .video-info { - margin-right: 0; + margin-right: 20px; .video-info-first-row { flex-direction: column; @@ -346,7 +351,7 @@ } } -@media screen and (max-width: 1200px) { +@media screen and (max-width: 1300px) { .other-videos { display: none; }