aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-13 11:54:11 +0200
committerChocobozzz <me@florianbigard.com>2018-08-14 09:27:17 +0200
commitefc9e8450a8bbeeef9cd18e3ad6037abc0f815c3 (patch)
tree4698ca4a1e0ddca385a99cd5ae3628d666f28b7d /client/src/app/videos
parent7f7680641b6e7625d2099ff3ffc28a1a6ec5b9cf (diff)
downloadPeerTube-efc9e8450a8bbeeef9cd18e3ad6037abc0f815c3.tar.gz
PeerTube-efc9e8450a8bbeeef9cd18e3ad6037abc0f815c3.tar.zst
PeerTube-efc9e8450a8bbeeef9cd18e3ad6037abc0f815c3.zip
Add ability to delete and update abuse on client
Diffstat (limited to 'client/src/app/videos')
-rw-r--r--client/src/app/videos/+video-watch/modal/video-report.component.scss2
1 files changed, 1 insertions, 1 deletions
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..afcdb9a16 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
@@ -2,5 +2,5 @@
2@import 'mixins'; 2@import 'mixins';
3 3
4textarea { 4textarea {
5 @include peertube-textarea(100%, 60px); 5 @include peertube-textarea(100%, 100px);
6} 6}