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=9661062e8f3e3cb1007efff70e60b507835f1587;hpb=4635f59d7c3fea4b97029f10886c62fdf38b2084;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 9661062e8..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,12 +1,29 @@ @import '_variables'; @import '_mixins'; -.form-group { - margin-bottom: 10px; +form { + margin-bottom: 30px; } -textarea { - @include peertube-textarea(100%, 150px); +.avatar-and-textarea { + display: flex; + margin-bottom: 10px; + + img { + @include avatar(36px); + + vertical-align: top; + margin-right: 20px; + } + + .form-group { + flex-grow: 1; + margin: 0; + + textarea { + @include peertube-textarea(100%, 60px); + } + } } .submit-comment {