fix
This commit is contained in:
parent
947e398e7b
commit
f472ab2a37
@ -103,23 +103,23 @@ index c9a2883..c50b02f 100644
|
|||||||
{
|
{
|
||||||
url: `${path}/og-image`,
|
url: `${path}/og-image`,
|
||||||
diff --git a/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment-client.tsx b/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment-client.tsx
|
diff --git a/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment-client.tsx b/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment-client.tsx
|
||||||
index 71dd664..46ab83a 100644
|
index 71dd664..afacdfe 100644
|
||||||
--- a/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment-client.tsx
|
--- a/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment-client.tsx
|
||||||
+++ b/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment-client.tsx
|
+++ b/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment-client.tsx
|
||||||
@@ -283,16 +283,16 @@ export function NewComment({
|
@@ -283,16 +283,12 @@ export function NewComment({
|
||||||
ref={textAreaRef}
|
ref={textAreaRef}
|
||||||
placeholder="Write a comment..."
|
placeholder="Write a comment..."
|
||||||
disabled={isPending}
|
disabled={isPending}
|
||||||
- className="resize-y flex-1"
|
- className="resize-y flex-1"
|
||||||
+ className=""
|
+ className=""
|
||||||
/>
|
/>
|
||||||
<div className="w-full flex justify-between">
|
<div className="w-full flex justify-between">
|
||||||
<InputLengthIndicator
|
- <InputLengthIndicator
|
||||||
length={input.length}
|
- length={input.length}
|
||||||
maxLength={MAX_COMMENT_LENGTH}
|
- maxLength={MAX_COMMENT_LENGTH}
|
||||||
/>
|
- />
|
||||||
- <div className="flex gap-2">
|
- <div className="flex gap-2">
|
||||||
+ <div className="w-full">
|
+ <div className="w-full">
|
||||||
{extraButton}
|
{extraButton}
|
||||||
- <Button type="submit" disabled={isPending}>
|
- <Button type="submit" disabled={isPending}>
|
||||||
+ <Button type="submit" disabled={isPending} className="w-full">
|
+ <Button type="submit" disabled={isPending} className="w-full">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user