Skip to content

Commit

Permalink
fix: 🐛 Fixed button in post area
Browse files Browse the repository at this point in the history
  • Loading branch information
SupertigerDev committed Feb 4, 2023
1 parent 5623928 commit d6eaf6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/PostsArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ const NewPostContainer = styled(FlexColumn)`
`;

const createButtonStyles = css`
align-self: end;
&&{
align-self: end;
}
`;


Expand Down

0 comments on commit d6eaf6e

Please sign in to comment.