From 791bdbe3eb74e05a0eb624ae1464c6316b4e7a93 Mon Sep 17 00:00:00 2001 From: padreug Date: Sat, 20 Sep 2025 11:46:57 +0200 Subject: [PATCH] Refactor indentation and styling in ThreadedPost component - Adjusted margin and padding values for nested posts to improve visual hierarchy and readability. - Updated styles for vertical lines and post containers to enhance the overall layout of threaded discussions. These changes contribute to a more organized and user-friendly interface within the NostrFeed module. --- src/modules/nostr-feed/components/ThreadedPost.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/nostr-feed/components/ThreadedPost.vue b/src/modules/nostr-feed/components/ThreadedPost.vue index b15f601..ee9e844 100644 --- a/src/modules/nostr-feed/components/ThreadedPost.vue +++ b/src/modules/nostr-feed/components/ThreadedPost.vue @@ -106,26 +106,26 @@ function getRideshareType(post: FeedPost): string {