From df9d7d8800136b77ddb5f6e15df53d63c5bbcf51 Mon Sep 17 00:00:00 2001 From: X Date: Mon, 10 Jun 2024 21:24:48 +0200 Subject: [PATCH] fix: move the too-long banner below the form --- src/frontend/src/form.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/frontend/src/form.tsx b/src/frontend/src/form.tsx index 638dae15..36ccf497 100644 --- a/src/frontend/src/form.tsx +++ b/src/frontend/src/form.tsx @@ -435,13 +435,6 @@ export const Form = ({ to create this post. )} - {overflowBanner && ( -
- Your post is too long and will be cut when displayed in - feeds! Please, use three empty lines to separate the - introductory part from the rest of the content. -
- )} {showTextField && !tooExpensive && (
)} - {!tooExpensive && ( + {overflowBanner && ( +
+ Your post is too long and will be cut when displayed in + feeds! Please, use three empty lines to separate the + introductory part from the rest of the content. +
+ )} + {!tooExpensive && !overflowBanner && (