From d9cf37aecf5554a0efbc1da8b564f6933477d3c6 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 4 Aug 2023 12:14:21 -0700 Subject: Collection of small UI fixes & improvements (#1104) * Fix black bar appearing in link card images * Include QPs in posts cache * Fix like color for feed likes in notifications * Fix post embed spacing --- src/view/com/post-thread/PostThreadItem.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 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 b5469c6fb..c00e7a9c6 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -252,7 +252,7 @@ export const PostThreadItem = observer(function PostThreadItem({ ) : undefined} {item.post.embed && ( - + )} @@ -386,7 +386,7 @@ export const PostThreadItem = observer(function PostThreadItem({ ) : undefined} {item.post.embed && ( - + )} {needsTranslation && ( -- cgit 1.4.1