Fix post-feed.html: reply composer width — add width:100% and box-sizing:border-box to .topPostComposerInput

This commit is contained in:
Laan Tungir
2026-06-25 21:22:38 -04:00
parent 313a55992f
commit 0c340316ae
2 changed files with 5 additions and 3 deletions

View File

@@ -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"
}

View File

@@ -110,6 +110,8 @@
}
.topPostComposerInput {
width: 100%;
box-sizing: border-box;
min-height: 6em;
padding: 8px;
line-height: 1.4;