X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fvideo-watch.component.scss;h=03f960339063575cc409e9a203551ff57779119b;hb=e3f9a06a73e4b6f3ac98d69391a7ca4713f098c1;hp=d764dcebd7afc3966c3820cc960517afd2cedeb9;hpb=794927a8673666c3a32a7cc0118e666e429545ee;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 d764dcebd..03f960339 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; @@ -38,7 +38,9 @@ .video-info { flex-grow: 1; - margin-right: 28px; + margin-right: 40px; + // Set min width for flex item + min-width: 1px; .video-info-first-row { display: flex; @@ -203,9 +205,8 @@ font-size: 15px; .video-info-description-html { - word-break: normal; - word-wrap: normal; - text-align: justify; + word-wrap: break-word; + text-align: justify; } .description-loading { @@ -240,8 +241,6 @@ } .other-videos { - padding-left: 1em; - .title-page { margin-top: 0; } @@ -315,7 +314,7 @@ @media screen and (max-width: 1600px) { .video-bottom { .video-info { - margin-right: 0; + margin-right: 20px; .video-info-first-row { flex-direction: column; @@ -347,7 +346,7 @@ } } -@media screen and (max-width: 1200px) { +@media screen and (max-width: 1300px) { .other-videos { display: none; }