From b308d7e65d6956f241d865e1e79e803e0525c533 Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 12 Feb 2024 14:27:08 -0800 Subject: pad right for treeview (#2849) * pad right for treeview * add comment --- src/view/com/post-thread/PostThreadItem.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index 17528b14e..826d0d161 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -475,6 +475,7 @@ let PostThreadItemLoaded = ({ : 8, }, ]}> + {/* If we are in threaded mode, the avatar is rendered in PostMeta */} {!isThreadedChild && ( )} - +