ai/at
ai/at
1
0
This commit is contained in:
syui 2024-11-08 14:14:17 +09:00
parent 947e398e7b
commit f472ab2a37
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -103,10 +103,10 @@ 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}
@ -114,10 +114,10 @@ index 71dd664..46ab83a 100644
+ 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}