From 7a6cd55c422e8b749f9ea01f024f31f8578bba0d Mon Sep 17 00:00:00 2001 From: gbanyan Date: Tue, 18 Nov 2025 23:34:38 +0800 Subject: [PATCH] Polish TOC bullets --- components/post-toc.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/post-toc.tsx b/components/post-toc.tsx index 67cc8c8..5a2b988 100644 --- a/components/post-toc.tsx +++ b/components/post-toc.tsx @@ -111,18 +111,18 @@ export function PostToc() { ref={(el) => { itemRefs.current[item.id] = el; }} - className={item.depth === 3 ? 'pl-3' : ''} + className={`relative ${item.depth === 3 ? 'pl-3' : 'pl-0'}`} > - +