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=8a3e2584b81dbb10d044176968635a11be751094;hpb=244e76a552ef05a5067134b1065d26dd89246d8c;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 8a3e2584b..b4d9841fe 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -68,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); @@ -210,8 +217,7 @@ font-size: 15px; .video-info-description-html { - word-wrap: break-word; - text-align: justify; + @include peertube-word-wrap; } .description-loading { @@ -246,6 +252,8 @@ } .other-videos { + padding-left: 1em; + .title-page { margin-top: 0; } @@ -327,7 +335,7 @@ .video-actions-rates { margin-top: 20px; - align-items: left; + align-items: start; .video-info-likes-dislikes-bar { margin-top: 10px;