diff --git a/www/js/version.json b/www/js/version.json index 3a11795..fd59825 100644 --- a/www/js/version.json +++ b/www/js/version.json @@ -1,5 +1,5 @@ { - "VERSION": "v0.7.35", - "VERSION_NUMBER": "0.7.35", - "BUILD_DATE": "2026-06-26T01:18:47.392Z" + "VERSION": "v0.7.36", + "VERSION_NUMBER": "0.7.36", + "BUILD_DATE": "2026-06-26T01:22:38.092Z" } diff --git a/www/post-feed.html b/www/post-feed.html index cbfecc7..f1560f0 100644 --- a/www/post-feed.html +++ b/www/post-feed.html @@ -110,6 +110,8 @@ } .topPostComposerInput { + width: 100%; + box-sizing: border-box; min-height: 6em; padding: 8px; line-height: 1.4;