From 6cfa61abcd6f2a46ee4da0988f00310ef5bd1fad Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sun, 22 Sep 2024 12:17:23 -0500 Subject: [PATCH] Fix alignment, emoji, in PostMeta --- src/view/com/post-thread/PostThreadItem.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index 71ceed9298..d5bfa4bb35 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -559,11 +559,8 @@ let PostThreadItemLoaded = ({ showAvatar={isThreadedChild} avatarModeration={moderation.ui('avatar')} avatarSize={24} - displayNameType="md-bold" - displayNameStyle={isThreadedChild && s.ml2} style={ isThreadedChild && { - alignItems: 'center', paddingBottom: isWeb ? 5 : 4, } }