From e998cf3cc757b58f06adae7a367e88b494c609d2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 15 May 2018 16:23:44 +0200 Subject: Fix some components after Angular 6 upgrade --- client/src/app/shared/misc/help.component.scss | 1 + client/src/app/videos/+video-edit/shared/video-edit.component.html | 2 +- client/src/app/videos/+video-edit/shared/video-edit.component.scss | 4 ---- client/src/app/videos/+video-edit/shared/video-edit.component.ts | 1 - 4 files changed, 2 insertions(+), 6 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/shared/misc/help.component.scss b/client/src/app/shared/misc/help.component.scss index 0df8b86fa..fe64a270d 100644 --- a/client/src/app/shared/misc/help.component.scss +++ b/client/src/app/shared/misc/help.component.scss @@ -9,6 +9,7 @@ background-image: url('../../../assets/images/global/help.svg'); background-color: #fff; border: none; + margin: 5px; } /deep/ { diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.html b/client/src/app/videos/+video-edit/shared/video-edit.component.html index 77b554ad5..7e1be4467 100644 --- a/client/src/app/videos/+video-edit/shared/video-edit.component.html +++ b/client/src/app/videos/+video-edit/shared/video-edit.component.html @@ -14,7 +14,7 @@
(press Enter to add)
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 58ed5ab98..1295cf098 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 @@ -5,10 +5,6 @@ @include peertube-select-container(auto); } -.form-group-checkbox { - my-help { margin-left: 5px } -} - .video-edit { height: 100%; diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.ts b/client/src/app/videos/+video-edit/shared/video-edit.component.ts index eab0a898e..af4438bd2 100644 --- a/client/src/app/videos/+video-edit/shared/video-edit.component.ts +++ b/client/src/app/videos/+video-edit/shared/video-edit.component.ts @@ -30,7 +30,6 @@ export class VideoEditComponent implements OnInit { @Input() videoPrivacies = [] @Input() userVideoChannels = [] - tags: string[] = [] videoCategories = [] videoLicences = [] videoLanguages = [] -- cgit v1.2.3