X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fvideo-watch.component.scss;h=990f86cc56d407e4d3860a455f49ea2569711e5a;hb=169310b288ea4ecfd0a664bc0829b404e1cc7bc2;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..990f86cc5 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -66,12 +66,33 @@ .video-info-channel { font-weight: $font-semibold; font-size: 15px; + + a { + @include disable-default-a-behaviour; + + color: #000; + + &:hover { + opacity: 0.8; + } + } + + my-help { + display: inline-block; + } } - .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 +231,7 @@ font-size: 15px; .video-info-description-html { - word-wrap: break-word; - text-align: justify; + @include peertube-word-wrap; } .description-loading { @@ -246,6 +266,8 @@ } .other-videos { + padding-left: 1em; + .title-page { margin-top: 0; } @@ -327,7 +349,7 @@ .video-actions-rates { margin-top: 20px; - align-items: left; + align-items: start; .video-info-likes-dislikes-bar { margin-top: 10px;