Skip to content

Commit

Permalink
fix(mobile popups): add right margin to mobile notifications (#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
JFrankfurt authored Oct 1, 2020
1 parent 9e140d1 commit c45c293
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Popups/PopupItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ export const Popup = styled.div`
${({ theme }) => theme.mediaWidth.upToSmall`
min-width: 290px;
&:not(:last-of-type) {
margin-right: 35px;
}
`}
`
const Fader = styled.div`
Expand Down

1 comment on commit c45c293

@vercel
Copy link

@vercel vercel bot commented on c45c293 Oct 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.