From 9d45db2919862640ad550c5326fb21ddc08d6d59 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 29 Dec 2019 02:10:17 +0100 Subject: Fix my-account{videos,video-playlists} loading mecanism --- .../app/videos/+video-watch/comment/video-comment.component.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'client/src/app/videos/+video-watch/comment/video-comment.component.scss') diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.scss b/client/src/app/videos/+video-watch/comment/video-comment.component.scss index cebb24c12..5df5e3ecf 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment.component.scss +++ b/client/src/app/videos/+video-watch/comment/video-comment.component.scss @@ -132,6 +132,13 @@ font-weight: unset; } } + + my-video-comment-add { + ::ng-deep form { + margin-top: 1rem; + margin-bottom: 0; + } + } } .children { -- cgit v1.2.3