X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fvideo-watch.component.scss;h=8bc9f8d9a816cd3e66927a0d90d4c5a20a966b02;hb=80109b2ddb14ec4a54cede7885611cb9244da3cb;hp=9fd89508a2d12e03a325a34efdec1e6b4652bb64;hpb=2b3b76abb0c363d85ff5c831afd541a9c6982e76;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 9fd89508a..8bc9f8d9a 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; @@ -71,6 +73,11 @@ align-items: center; font-size: 13px; + a { + color: black; + display: inline-block; + } + img { @include avatar(18px); @@ -78,6 +85,11 @@ } } + my-video-feed { + margin-left: 5px; + margin-top: 1px; + } + .video-actions-rates { display: flex; flex-direction: column; @@ -203,7 +215,8 @@ font-size: 15px; .video-info-description-html { - word-break: break-all; + word-wrap: break-word; + text-align: justify; } .description-loading { @@ -311,7 +324,7 @@ @media screen and (max-width: 1600px) { .video-bottom { .video-info { - margin-right: 0; + margin-right: 20px; .video-info-first-row { flex-direction: column; @@ -319,7 +332,7 @@ .video-actions-rates { margin-top: 20px; - align-items: left; + align-items: start; .video-info-likes-dislikes-bar { margin-top: 10px; @@ -343,7 +356,7 @@ } } -@media screen and (max-width: 1200px) { +@media screen and (max-width: 1300px) { .other-videos { display: none; }