From 93ef8a9d02059da2fc90efedb7755c97e9e19ef4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 8 Jan 2018 10:00:35 +0100 Subject: Send comment to followers and parents --- .../app/videos/+video-watch/comment/video-comment-add.component.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src/app') diff --git a/client/src/app/videos/+video-watch/comment/video-comment-add.component.scss b/client/src/app/videos/+video-watch/comment/video-comment-add.component.scss index 37097da72..e586880fc 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment-add.component.scss +++ b/client/src/app/videos/+video-watch/comment/video-comment-add.component.scss @@ -1,6 +1,10 @@ @import '_variables'; @import '_mixins'; +form { + margin-bottom: 30px; +} + .avatar-and-textarea { display: flex; margin-bottom: 10px; -- cgit v1.2.3