From d97e2335181fc4d280cb6e4fb67cec8509e1569b Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 24 Feb 2023 11:40:43 -0600 Subject: Fixes to lineheight on web to counteract emoji issues --- src/view/com/notifications/FeedItem.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/view/com/notifications/FeedItem.tsx') diff --git a/src/view/com/notifications/FeedItem.tsx b/src/view/com/notifications/FeedItem.tsx index 94bedc46f..68f12b721 100644 --- a/src/view/com/notifications/FeedItem.tsx +++ b/src/view/com/notifications/FeedItem.tsx @@ -188,7 +188,7 @@ export const FeedItem = observer(function FeedItem({ style={styles.metaItem} href={authors[0].href} title={`@${authors[0].handle}`}> - + {authors[0].displayName || authors[0].handle} @@ -333,10 +333,16 @@ function ExpandedAuthorsList({ /> - + {author.displayName || author.handle}   - {author.handle} + + {author.handle} + -- cgit 1.4.1