Fix post-feed.html: reply composer width — add layout:'inline' to mountComposer
The composer wrapper defaults to width:60% (post-composer.css). Adding layout:'inline' applies the --inline class which sets width:100%.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -898,6 +898,7 @@
|
||||
replyComposerInstance = mountComposer(hostEl, {
|
||||
currentPubkey,
|
||||
followedProfiles: [],
|
||||
layout: 'inline',
|
||||
showUploadIcon: true,
|
||||
showPreview: true,
|
||||
autoHideOnSubmit: false,
|
||||
|
||||
Reference in New Issue
Block a user