Skip to content

Commit 99535ba

Browse files
committed
👌 move toast to bottom
1 parent b1f1580 commit 99535ba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

client/components/mobile/MobileScreen.jsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ import { remSize } from '../../theme';
55

66
const ScreenWrapper = styled.div`
77
.toast {
8-
margin-top: ${props => remSize(props.slimheader ? 49 : 68)};
98
font-size: ${remSize(12)};
10-
z-index: 0.5;
11-
width: 100%;
129
padding: ${remSize(8)};
10+
11+
border-radius: ${remSize(4)};
12+
width: 90%;
13+
bottom: ${remSize(64)}
1314
}
1415
`;
1516

0 commit comments

Comments
 (0)