X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comment-add.component.scss;h=e586880fce11b30debc39d56b74f1a4d9aa603c0;hb=93ef8a9d02059da2fc90efedb7755c97e9e19ef4;hp=37097da724db20cf795f73c66554530c75d995da;hpb=cf117aaafc1e9ae1ab4c388fc5d2e5ba9349efee;p=github%2FChocobozzz%2FPeerTube.git 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;