aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-edit/video-add.component.scss')
-rw-r--r--client/src/app/videos/+video-edit/video-add.component.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/video-add.component.scss b/client/src/app/videos/+video-edit/video-add.component.scss
index de7dec65d..c0b5f3d07 100644
--- a/client/src/app/videos/+video-edit/video-add.component.scss
+++ b/client/src/app/videos/+video-edit/video-add.component.scss
@@ -37,8 +37,17 @@
37 @include peertube-button-file(auto); 37 @include peertube-button-file(auto);
38 38
39 min-width: 190px; 39 min-width: 190px;
40 margin-bottom: 45px;
41 } 40 }
41
42 .button-file-extension {
43 display: block;
44 font-size: 12px;
45 margin-top: 5px;
46 }
47 }
48
49 .form-group-channel {
50 margin-top: 35px;
42 } 51 }
43} 52}
44 53