From 3031971ec21ed6400d3b73d1f7e00b44d1617667 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 20 Jun 2022 15:16:26 +0200 Subject: Less complicated markdown textarea CSS --- .../video-channel-edit.component.html | 8 +- .../shared-forms/markdown-textarea.component.html | 19 +- .../shared-forms/markdown-textarea.component.scss | 317 ++++++++------------- .../shared-forms/markdown-textarea.component.ts | 3 + 4 files changed, 131 insertions(+), 216 deletions(-) (limited to 'client') 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 @@ helpType="markdownEnhanced" i18n-preHtml preHtml="Short text to tell people how they can support the channel (membership platform...).

When a video is uploaded in this channel, the video support field will be automatically filled by this text." > + -
- {{ formErrors.support }} -
diff --git a/client/src/app/shared/shared-forms/markdown-textarea.component.html b/client/src/app/shared/shared-forms/markdown-textarea.component.html index 7c2a42791..afb046c7f 100644 --- a/client/src/app/shared/shared-forms/markdown-textarea.component.html +++ b/client/src/app/shared/shared-forms/markdown-textarea.component.html @@ -1,7 +1,8 @@
+