From 7f8f53b08753adbc4f6ffdd3a61ec3a6bd3a4899 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 16 Jan 2023 16:09:51 -0600 Subject: Move menu controls into post footers and improve meta info rendering --- src/view/com/post-thread/PostThreadItem.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'src/view/com/post-thread/PostThreadItem.tsx') diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index e93f77e3c..d1fb44086 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -222,11 +222,16 @@ export const PostThreadItem = observer(function PostThreadItem({ @@ -276,15 +281,10 @@ export const PostThreadItem = observer(function PostThreadItem({ {item.post.author.viewer?.muted ? ( @@ -304,14 +304,16 @@ export const PostThreadItem = observer(function PostThreadItem({ )} -- cgit 1.4.1