X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comments.component.scss;h=dde10b068c110f319191c5eb7503b16f395a0a6b;hb=fc641dedd6d984bf49d6b2c20ace4d5ecf25e06f;hp=0b8aa1854f26fd0e823b6502034b1ac8dd2dc812;hpb=0030284b0df2983914291d6fe83675e2aa892e6a;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 0b8aa1854..dde10b068 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 @@ -9,7 +9,7 @@ font-weight: $font-semibold; font-size: 15px; cursor: pointer; - margin-left: 56px; + margin-left: 46px; margin-bottom: 10px; } @@ -19,8 +19,23 @@ font-size: 13px; } +.title-block .title-page { + margin-right: 0; +} + +my-feed { + display: inline-block; + margin-left: 5px; +} + @media screen and (max-width: 600px) { .view-replies { margin-left: 46px; } -} \ No newline at end of file +} + +@media screen and (max-width: 450px) { + .view-replies { + font-size: 14px; + } +}