From b629fbdbb98a3eec9557d23c5257ee88e923134a Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 26 Jan 2024 12:09:52 -0800 Subject: Two UI tweaks after recent updates (#2647) * Readd the top border to the highlighted post when a reply (revert #2628) * Readd right pad to post controls --- src/view/com/post-thread/PostThreadItem.tsx | 15 ++------------- 1 file changed, 2 insertions(+), 13 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 95fd5aefb..a27ee0a58 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -250,13 +250,7 @@ let PostThreadItemLoaded = ({ @@ -732,15 +726,10 @@ const useStyles = () => { paddingLeft: 8, }, outerHighlighted: { - borderTopWidth: 0, - paddingTop: 4, + paddingTop: 16, paddingLeft: 8, paddingRight: 8, }, - outerHighlightedRoot: { - borderTopWidth: 1, - paddingTop: 16, - }, noTopBorder: { borderTopWidth: 0, }, -- cgit 1.4.1