From f0625e5ac021130346bacdcc8c5114be61570a1b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 30 Oct 2025 15:51:27 +0000 Subject: [PATCH] Future sizing of transcript text area --- webapp_create_post.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index af3b42c1f..fb6412552 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -639,10 +639,13 @@ def html_new_post(edit_post_params: {}, new_post_image_section += \ ' \n' + transcript_style = 'height:' + str(transcript_height) + 'px' + # TODO currently not supported by Firefox but may be better in future + # transcript_style = 'field-sizing: content' new_post_image_section += \ ' \n' + 'style="' + transcript_style + \ + '" spellcheck="true" autocomplete="on">\n' new_post_image_section += end_edit_section() new_post_emoji_section = ''