From 9b2d754a2f27dc70e2221827711944d731a3e02d Mon Sep 17 00:00:00 2001 From: gbanyan Date: Wed, 19 Nov 2025 01:07:25 +0800 Subject: [PATCH] Tighten timeline spacing and add white node --- components/post-list-item.tsx | 5 ++++- components/timeline-wrapper.tsx | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/components/post-list-item.tsx b/components/post-list-item.tsx index 8950d30..fe500ae 100644 --- a/components/post-list-item.tsx +++ b/components/post-list-item.tsx @@ -18,7 +18,10 @@ export function PostListItem({ post }: Props) { post.description || post.custom_excerpt || post.body?.raw?.slice(0, 120); return ( -
+
+