From 91da9768c181167c3e846baf654d80a4f2a1770b Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sat, 6 Dec 2025 15:26:23 +0800 Subject: [PATCH] :lipstick: Adjust the style of the post reply preview --- lib/widgets/post/post_shared.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/widgets/post/post_shared.dart b/lib/widgets/post/post_shared.dart index 3b163960..d80cf216 100644 --- a/lib/widgets/post/post_shared.dart +++ b/lib/widgets/post/post_shared.dart @@ -269,6 +269,7 @@ class PostReplyPreview extends HookConsumerWidget { ), borderRadius: BorderRadius.all(Radius.circular(8)), ), + width: double.infinity, child: LayoutBuilder( builder: (context, constraints) { return Column(