aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/shared/video-edit.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-19 11:47:02 +0200
committerChocobozzz <me@florianbigard.com>2018-04-19 11:47:02 +0200
commit41f657c570472d0f96aece3234497f83b760dfa0 (patch)
tree01f1eb2555d23901ebc20bf01faf0242ebde6acb /client/src/app/videos/+video-edit/shared/video-edit.component.scss
parent0883b3245bf0deb9106c4041e9afbd3521b79280 (diff)
downloadPeerTube-41f657c570472d0f96aece3234497f83b760dfa0.tar.gz
PeerTube-41f657c570472d0f96aece3234497f83b760dfa0.tar.zst
PeerTube-41f657c570472d0f96aece3234497f83b760dfa0.zip
Add help concerning NSFW videos in upload
Diffstat (limited to 'client/src/app/videos/+video-edit/shared/video-edit.component.scss')
-rw-r--r--client/src/app/videos/+video-edit/shared/video-edit.component.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.scss b/client/src/app/videos/+video-edit/shared/video-edit.component.scss
index 1317f7426..cf64ff589 100644
--- a/client/src/app/videos/+video-edit/shared/video-edit.component.scss
+++ b/client/src/app/videos/+video-edit/shared/video-edit.component.scss
@@ -9,6 +9,10 @@
9 @include peertube-select-disabled-container(auto); 9 @include peertube-select-disabled-container(auto);
10} 10}
11 11
12.form-group-checkbox {
13 my-help { margin-left: 5px }
14}
15
12.video-edit { 16.video-edit {
13 height: 100%; 17 height: 100%;
14 18