From 0c340316ae5bb6f31c5477fd3df58d5349eb9bf2 Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Thu, 25 Jun 2026 21:22:38 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20post-feed.html:=20reply=20composer=20widt?= =?UTF-8?q?h=20=E2=80=94=20add=20width:100%=20and=20box-sizing:border-box?= =?UTF-8?q?=20to=20.topPostComposerInput?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/js/version.json | 6 +++--- www/post-feed.html | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) 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;