diff --git a/webinterface.py b/webinterface.py index ad033c30..07a74351 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1475,8 +1475,12 @@ def htmlNewPost(mediaInstance: bool,translate: {}, \ messageBoxHeight=400 if mediaInstance: messageBoxHeight=200 + if endpoint=='newquestion': messageBoxHeight=100 + elif endpoint=='newblog': + messageBoxHeight=800 + newPostForm+= \ ' '