fix(mobile popups): add right margin to mobile notifications (#1142)

This commit is contained in:
Jordan Frankfurt 2020-10-01 14:23:48 -04:00 committed by GitHub
parent 9e140d1214
commit c45c293e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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`