X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fvideo-watch.component.scss;h=fe6a891d54c01d11fba6e8a50d1a071047ef5d54;hb=9f0327aeb39c307ce7da28dda57cc526c928ca62;hp=ddf6ccceac6e0297d2868b7817b838909e822ae0;hpb=a0dedc02ca870a31298eb35d5105a1ebc34dbb4a;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 ddf6cccea..fe6a891d5 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -330,6 +330,10 @@ $video-info-margin-left: 44px; .video-info-description-html { @include peertube-word-wrap; + + /deep/ a { + text-decoration: none; + } } .glyphicon, .description-loading { @@ -402,9 +406,11 @@ $video-info-margin-left: 44px; height: 100%; margin-bottom: 20px; flex-wrap: wrap; + } - .video-thumbnail { - margin-right: 10px + .video-bottom { + @media screen and (max-width: 1800px - (3* $video-miniature-width)) { + margin-left: 1rem; } } }