X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comments.component.scss;h=d5af929d785dbf3743b1faa3ba70bb6e05aa87e9;hb=6304df89d66088dc825b910cc48371254a1adb7f;hp=2f6e4663bf5567a930315a5105080702e3170cb5;hpb=4635f59d7c3fea4b97029f10886c62fdf38b2084;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.scss b/client/src/app/videos/+video-watch/comment/video-comments.component.scss index 2f6e4663b..d5af929d7 100644 --- a/client/src/app/videos/+video-watch/comment/video-comments.component.scss +++ b/client/src/app/videos/+video-watch/comment/video-comments.component.scss @@ -1,10 +1,16 @@ @import '_variables'; @import '_mixins'; +#highlighted-comment { + margin-bottom: 25px; +} + .view-replies { font-weight: $font-semibold; font-size: 15px; cursor: pointer; + margin-left: 56px; + margin-bottom: 10px; } .glyphicon, .comment-thread-loading { @@ -12,3 +18,17 @@ display: inline-block; font-size: 13px; } + +.title-block .title-page { + margin-right: 0; +} + +my-help { + display: inline-block; +} + +@media screen and (max-width: 600px) { + .view-replies { + margin-left: 46px; + } +} \ No newline at end of file