fix(mobile popups): add right margin to mobile notifications (#1142)
This commit is contained in:
parent
9e140d1214
commit
c45c293e82
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user