From fa0859dcdd780e8797b3e5441bd8ac1d203a9cd2 Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Thu, 25 Jun 2026 21:29:31 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20post-feed.html:=20reply=20composer=20widt?= =?UTF-8?q?h=20=E2=80=94=20add=20layout:'inline'=20to=20mountComposer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The composer wrapper defaults to width:60% (post-composer.css). Adding layout:'inline' applies the --inline class which sets width:100%. --- www/js/version.json | 6 +++--- www/post-feed.html | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/www/js/version.json b/www/js/version.json index fd59825..a5e7939 100644 --- a/www/js/version.json +++ b/www/js/version.json @@ -1,5 +1,5 @@ { - "VERSION": "v0.7.36", - "VERSION_NUMBER": "0.7.36", - "BUILD_DATE": "2026-06-26T01:22:38.092Z" + "VERSION": "v0.7.37", + "VERSION_NUMBER": "0.7.37", + "BUILD_DATE": "2026-06-26T01:29:31.321Z" } diff --git a/www/post-feed.html b/www/post-feed.html index f1560f0..934bef9 100644 --- a/www/post-feed.html +++ b/www/post-feed.html @@ -898,6 +898,7 @@ replyComposerInstance = mountComposer(hostEl, { currentPubkey, followedProfiles: [], + layout: 'inline', showUploadIcon: true, showPreview: true, autoHideOnSubmit: false,