Skip to content

Commit

Permalink
Fix large images in feed cut off slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Jul 30, 2023
1 parent 4a00077 commit ec2fa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/post/inFeed/large/LargePost.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const PostBody = styled.div<{ isRead: boolean }>`

const ImageContainer = styled.div`
overflow: hidden;
margin: 0 -1rem;
margin: 0 -0.75rem;
`;

export default function LargePost({ post, communityMode }: PostProps) {
Expand Down

0 comments on commit ec2fa66

Please sign in to comment.