From ba590d5a4a37e6a777810f65c280f33a91f665db Mon Sep 17 00:00:00 2001 From: padreug Date: Sat, 20 Sep 2025 11:51:34 +0200 Subject: [PATCH] Remove unnecessary horizontal line for nested replies in ThreadedPost component - Eliminated the horizontal line that visually connected nested replies, simplifying the layout of threaded posts. - This change enhances the clarity and organization of the post display, contributing to a more streamlined user experience within the NostrFeed module. --- src/modules/nostr-feed/components/ThreadedPost.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/modules/nostr-feed/components/ThreadedPost.vue b/src/modules/nostr-feed/components/ThreadedPost.vue index ee9e844..abbaa54 100644 --- a/src/modules/nostr-feed/components/ThreadedPost.vue +++ b/src/modules/nostr-feed/components/ThreadedPost.vue @@ -121,12 +121,6 @@ function getRideshareType(post: FeedPost): string { :style="{ marginLeft: `${depth * 12}px` }" >
- -