From d9503c153265ee242fbd28981f3af78b987206a4 Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Fri, 26 Jun 2026 07:18:32 -0400 Subject: [PATCH] =?UTF-8?q?Revert:=20remove=20layout:'inline'=20from=20mou?= =?UTF-8?q?ntComposer=20in=20post-feed.html=20=E2=80=94=20made=20it=20wors?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/js/version.json | 6 +++--- www/post-feed.html | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/www/js/version.json b/www/js/version.json index a5e7939..9a591be 100644 --- a/www/js/version.json +++ b/www/js/version.json @@ -1,5 +1,5 @@ { - "VERSION": "v0.7.37", - "VERSION_NUMBER": "0.7.37", - "BUILD_DATE": "2026-06-26T01:29:31.321Z" + "VERSION": "v0.7.38", + "VERSION_NUMBER": "0.7.38", + "BUILD_DATE": "2026-06-26T11:18:32.425Z" } diff --git a/www/post-feed.html b/www/post-feed.html index 934bef9..f1560f0 100644 --- a/www/post-feed.html +++ b/www/post-feed.html @@ -898,7 +898,6 @@ replyComposerInstance = mountComposer(hostEl, { currentPubkey, followedProfiles: [], - layout: 'inline', showUploadIcon: true, showPreview: true, autoHideOnSubmit: false,