X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fvideo-watch.component.scss;h=b4d9841fe728d4a27e7e904e8a737199c3b0c05e;hb=13a6b53655cdd7baba494abc3c9ff52788d4651e;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..b4d9841fe 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; @@ -66,10 +68,17 @@ font-size: 15px; } - .video-info-by { + .video-info-by a { + @include disable-default-a-behaviour; + display: flex; align-items: center; font-size: 13px; + color: #000; + + span:hover { + opacity: 0.8; + } img { @include avatar(18px); @@ -78,6 +87,11 @@ } } + my-video-feed { + margin-left: 5px; + margin-top: 1px; + } + .video-actions-rates { display: flex; flex-direction: column; @@ -203,7 +217,7 @@ font-size: 15px; .video-info-description-html { - word-break: break-all; + @include peertube-word-wrap; } .description-loading { @@ -238,6 +252,8 @@ } .other-videos { + padding-left: 1em; + .title-page { margin-top: 0; } @@ -311,7 +327,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 +335,7 @@ .video-actions-rates { margin-top: 20px; - align-items: left; + align-items: start; .video-info-likes-dislikes-bar { margin-top: 10px; @@ -343,7 +359,7 @@ } } -@media screen and (max-width: 1200px) { +@media screen and (max-width: 1300px) { .other-videos { display: none; }