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,23 +103,23 @@ 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..46ab83a 100644
index 71dd664..afacdfe 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,16 @@ export function NewComment({
@@ -283,16 +283,12 @@ export function NewComment({
ref={textAreaRef}
placeholder="Write a comment..."
disabled={isPending}
- className="resize-y flex-1"
+ className=""
+ className=""
/>
<div className="w-full flex justify-between">
<InputLengthIndicator
length={input.length}
maxLength={MAX_COMMENT_LENGTH}
/>
- <InputLengthIndicator
- length={input.length}
- 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">