X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fmodal%2Fvideo-report.component.scss;h=4713660a226c801f1e22f687bd3d0c3dc008a3b8;hb=f0a3988066f72a28bb44520af072f18d91d77dde;hp=84562f15cf24c3b83ecbed0a2d1da194eb982bf9;hpb=4635f59d7c3fea4b97029f10886c62fdf38b2084;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-watch/modal/video-report.component.scss b/client/src/app/videos/+video-watch/modal/video-report.component.scss index 84562f15c..4713660a2 100644 --- a/client/src/app/videos/+video-watch/modal/video-report.component.scss +++ b/client/src/app/videos/+video-watch/modal/video-report.component.scss @@ -1,6 +1,10 @@ @import 'variables'; @import 'mixins'; +.information { + margin-bottom: 20px; +} + textarea { - @include peertube-textarea(100%, 60px); + @include peertube-textarea(100%, 100px); }