fix: Login screen not vertically centered on mobile (#4052)

This commit is contained in:
Tom Moor
2022-09-04 09:14:32 +02:00
committed by GitHub
parent e0e87ea6a2
commit c9156ae399
3 changed files with 10 additions and 3 deletions

View File

@@ -243,7 +243,7 @@ const CheckEmailIcon = styled(EmailIcon)`
const Background = styled(Fade)`
width: 100vw;
height: 100vh;
height: 100%;
background: ${(props) => props.theme.background};
display: flex;
`;