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

View File

@ -103,7 +103,7 @@ index c9a2883..c50b02f 100644
{
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
index 71dd664..afacdfe 100644
index 71dd664..954f499 100644
--- a/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,12 @@ export function NewComment({
@ -111,7 +111,7 @@ index 71dd664..afacdfe 100644
placeholder="Write a comment..."
disabled={isPending}
- className="resize-y flex-1"
+ className=""
+ className=""
/>
<div className="w-full flex justify-between">
- <InputLengthIndicator
@ -119,7 +119,7 @@ index 71dd664..afacdfe 100644
- maxLength={MAX_COMMENT_LENGTH}
- />
- <div className="flex gap-2">
+ <div className="w-full">
+ <div className="w-full">
{extraButton}
- <Button type="submit" disabled={isPending}>
+ <Button type="submit" disabled={isPending} className="w-full">