Fix post-feed.html: reply composer width — add width:100% and box-sizing:border-box to .topPostComposerInput
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -110,6 +110,8 @@
|
||||
}
|
||||
|
||||
.topPostComposerInput {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
min-height: 6em;
|
||||
padding: 8px;
|
||||
line-height: 1.4;
|
||||
|
||||
Reference in New Issue
Block a user