aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/+admin/plugins/shared/toggle-plugin-type.scss1
-rw-r--r--client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts2
2 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/+admin/plugins/shared/toggle-plugin-type.scss b/client/src/app/+admin/plugins/shared/toggle-plugin-type.scss
index 7e2c40aae..3d3b6dd12 100644
--- a/client/src/app/+admin/plugins/shared/toggle-plugin-type.scss
+++ b/client/src/app/+admin/plugins/shared/toggle-plugin-type.scss
@@ -10,6 +10,7 @@
10 ::ng-deep { 10 ::ng-deep {
11 .ui-button-text { 11 .ui-button-text {
12 font-size: 15px; 12 font-size: 15px;
13 font-weight: 600;
13 } 14 }
14 15
15 .ui-button.ui-state-active { 16 .ui-button.ui-state-active {
diff --git a/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts b/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts
index efdd284e8..ee4aa7b53 100644
--- a/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts
+++ b/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts
@@ -70,7 +70,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
70 } 70 }
71 71
72 get videoExtensions () { 72 get videoExtensions () {
73 return this.serverConfig.video.file.extensions.join(',') 73 return this.serverConfig.video.file.extensions.join(', ')
74 } 74 }
75 75
76 ngOnInit () { 76 ngOnInit () {