diff --git a/client-app/components/feed/PostCard.tsx b/client-app/components/feed/PostCard.tsx index 6ffd902..6fbc8d0 100644 --- a/client-app/components/feed/PostCard.tsx +++ b/client-app/components/feed/PostCard.tsx @@ -255,7 +255,7 @@ function PostCardInner({ post, likedByMe, onStatsChanged, onDeleted, compact }: onPress={onOpenDetail} onLongPress={onLongPress} style={({ pressed }) => ({ - marginTop: 8, + marginTop: 14, overflow: 'hidden', opacity: pressed ? 0.85 : 1, })}