diff options
Diffstat (limited to 'client/src/app/+my-account')
2 files changed, 4 insertions, 12 deletions
diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html index 59ac5097b..048d143cd 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html | |||
@@ -59,7 +59,7 @@ | |||
59 | {{ formErrors['display-name'] }} | 59 | {{ formErrors['display-name'] }} |
60 | </div> | 60 | </div> |
61 | </div> | 61 | </div> |
62 | 62 | ||
63 | <div class="form-group"> | 63 | <div class="form-group"> |
64 | <label i18n for="description">Description</label> | 64 | <label i18n for="description">Description</label> |
65 | <textarea | 65 | <textarea |
@@ -70,7 +70,7 @@ | |||
70 | {{ formErrors.description }} | 70 | {{ formErrors.description }} |
71 | </div> | 71 | </div> |
72 | </div> | 72 | </div> |
73 | 73 | ||
74 | <div class="form-group"> | 74 | <div class="form-group"> |
75 | <label for="support">Support</label> | 75 | <label for="support">Support</label> |
76 | <my-help | 76 | <my-help |
@@ -78,14 +78,14 @@ | |||
78 | When you will upload a video in this channel, the video support field will be automatically filled by this text." | 78 | When you will upload a video in this channel, the video support field will be automatically filled by this text." |
79 | ></my-help> | 79 | ></my-help> |
80 | <my-markdown-textarea | 80 | <my-markdown-textarea |
81 | id="support" formControlName="support" textareaWidth="500px" [previewColumn]="true" markdownType="enhanced" | 81 | id="support" formControlName="support" textareaMaxWidth="500px" markdownType="enhanced" |
82 | [classes]="{ 'input-error': formErrors['support'] }" | 82 | [classes]="{ 'input-error': formErrors['support'] }" |
83 | ></my-markdown-textarea> | 83 | ></my-markdown-textarea> |
84 | <div *ngIf="formErrors.support" class="form-error"> | 84 | <div *ngIf="formErrors.support" class="form-error"> |
85 | {{ formErrors.support }} | 85 | {{ formErrors.support }} |
86 | </div> | 86 | </div> |
87 | </div> | 87 | </div> |
88 | 88 | ||
89 | <div class="form-group" *ngIf="isBulkUpdateVideosDisplayed()"> | 89 | <div class="form-group" *ngIf="isBulkUpdateVideosDisplayed()"> |
90 | <my-peertube-checkbox | 90 | <my-peertube-checkbox |
91 | inputName="bulkVideosSupportUpdate" formControlName="bulkVideosSupportUpdate" | 91 | inputName="bulkVideosSupportUpdate" formControlName="bulkVideosSupportUpdate" |
diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss index 43a49a01a..8f8af655c 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss | |||
@@ -48,14 +48,6 @@ textarea { | |||
48 | display: block; | 48 | display: block; |
49 | } | 49 | } |
50 | 50 | ||
51 | my-markdown-textarea ::ng-deep { | ||
52 | .root { | ||
53 | @media screen and (max-width: 1400px) { | ||
54 | flex-direction: column !important; | ||
55 | } | ||
56 | } | ||
57 | } | ||
58 | |||
59 | .peertube-select-container { | 51 | .peertube-select-container { |
60 | @include peertube-select-container(340px); | 52 | @include peertube-select-container(340px); |
61 | } | 53 | } |