aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+manage/video-channel-edit
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-20 15:16:26 +0200
committerChocobozzz <me@florianbigard.com>2022-06-20 15:16:26 +0200
commit3031971ec21ed6400d3b73d1f7e00b44d1617667 (patch)
treeb3ae8b4d8ddaefc4342b6a8c8237777ffc7fcd1f /client/src/app/+manage/video-channel-edit
parent0f07c28951cf893e6313009d9517c3a5c6c84abd (diff)
downloadPeerTube-3031971ec21ed6400d3b73d1f7e00b44d1617667.tar.gz
PeerTube-3031971ec21ed6400d3b73d1f7e00b44d1617667.tar.zst
PeerTube-3031971ec21ed6400d3b73d1f7e00b44d1617667.zip
Less complicated markdown textarea CSS
Diffstat (limited to 'client/src/app/+manage/video-channel-edit')
-rw-r--r--client/src/app/+manage/video-channel-edit/video-channel-edit.component.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html b/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html
index f71f73fec..420881f5a 100644
--- a/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html
+++ b/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html
@@ -66,13 +66,11 @@
66 helpType="markdownEnhanced" i18n-preHtml preHtml="Short text to tell people how they can support the channel (membership platform...).<br /><br /> 66 helpType="markdownEnhanced" i18n-preHtml preHtml="Short text to tell people how they can support the channel (membership platform...).<br /><br />
67 When a video is uploaded in this channel, the video support field will be automatically filled by this text." 67 When a video is uploaded in this channel, the video support field will be automatically filled by this text."
68 ></my-help> 68 ></my-help>
69
69 <my-markdown-textarea 70 <my-markdown-textarea
70 id="support" formControlName="support" textareaMaxWidth="500px" markdownType="enhanced" 71 id="support" formControlName="support" textareaMaxWidth="500px" markdownType="enhanced"
71 [classes]="{ 'input-error': formErrors['support'] }" 72 [formError]="formErrors['support']"
72 ></my-markdown-textarea> 73 ></my-markdown-textarea>
73 <div *ngIf="formErrors.support" class="form-error">
74 {{ formErrors.support }}
75 </div>
76 </div> 74 </div>
77 75
78 <div class="form-group" *ngIf="isBulkUpdateVideosDisplayed()"> 76 <div class="form-group" *ngIf="isBulkUpdateVideosDisplayed()">