From eaf040d4a10cd93acee3f36cbaea4afb0a98ac25 Mon Sep 17 00:00:00 2001 From: padreug Date: Sat, 20 Sep 2025 12:00:52 +0200 Subject: [PATCH] Update vertical line styling and indentation in ThreadedPost component - Changed the class for the vertical line connecting nested replies to improve visual consistency. - Adjusted the margin calculation for better alignment of nested posts, enhancing the overall layout of threaded discussions. These updates contribute to a more organized and visually appealing interface within the NostrFeed module. --- src/modules/nostr-feed/components/ThreadedPost.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/nostr-feed/components/ThreadedPost.vue b/src/modules/nostr-feed/components/ThreadedPost.vue index 21df850..09ec625 100644 --- a/src/modules/nostr-feed/components/ThreadedPost.vue +++ b/src/modules/nostr-feed/components/ThreadedPost.vue @@ -105,8 +105,8 @@ function getRideshareType(post: FeedPost): string {