From 169310b288ea4ecfd0a664bc0829b404e1cc7bc2 Mon Sep 17 00:00:00 2001 From: Rigel Date: Mon, 7 May 2018 17:40:46 +0200 Subject: adding basic helpers to guide users for comments/subscribe to accounts --- .../app/videos/+video-watch/comment/video-comments.component.html | 7 +++++-- .../app/videos/+video-watch/comment/video-comments.component.scss | 8 ++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'client/src/app/videos/+video-watch/comment') diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.html b/client/src/app/videos/+video-watch/comment/video-comments.component.html index 6f3e57160..114a56dc7 100644 --- a/client/src/app/videos/+video-watch/comment/video-comments.component.html +++ b/client/src/app/videos/+video-watch/comment/video-comments.component.html @@ -1,6 +1,9 @@
-
- Comments +
+
+ Comments +
+
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..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 @@ -19,6 +19,14 @@ 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; -- cgit v1.2.3