From 2acc497ae366fc8c23e58961382f50b75389e025 Mon Sep 17 00:00:00 2001 From: vineyardbovines Date: Mon, 6 Apr 2026 09:14:04 -0400 Subject: [PATCH] center user/avatar if no text in carousel post --- src/view/com/post/Post.tsx | 9 ++++++++- src/view/com/posts/PostFeedItem.tsx | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index aef5457fd4..ac1e36cab9 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -181,7 +181,11 @@ function PostInner({ type={post.author.associated?.labeler ? 'labeler' : 'user'} /> - + )} - +