From 8bf7e2b5b33611a400442a43eec310c874eb2a65 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 8 Jun 2022 10:38:00 +0100 Subject: [PATCH] More height for textarea --- webapp_create_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index f32e740d3..48b0e08a7 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -252,7 +252,7 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {}, show_public_on_dropdown = True message_box_height = 400 - image_description_height = 100 + image_description_height = 150 # filename of the banner shown at the top banner_file, _ = \