From: Rigel Date: Mon, 7 May 2018 15:40:46 +0000 (+0200) Subject: adding basic helpers to guide users for comments/subscribe to accounts X-Git-Tag: v1.0.0-beta.5~53 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=169310b288ea4ecfd0a664bc0829b404e1cc7bc2;p=oweals%2Fpeertube.git adding basic helpers to guide users for comments/subscribe to accounts --- 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; diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index 402a91647..990b9400d 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html @@ -21,6 +21,7 @@ {{ video.channel.displayName }} +
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 508c553a4..990f86cc5 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -76,6 +76,10 @@ opacity: 0.8; } } + + my-help { + display: inline-block; + } } .video-info-by a {