Login: fix

This commit is contained in:
Viktor Fomin 2023-10-19 15:12:29 +03:00
parent 7262dfe558
commit 9336f566d5

View File

@ -56,8 +56,6 @@ export const LoginFormWrapper = styled.div`
`;
export const LoginContent = styled.div`
min-height: ${(props: ILoginContentProps) =>
props.enabledJoin ? "calc(100vh - 68px)" : "100vh"};
flex: 1 0 auto;
flex-direction: column;
display: flex;
@ -69,7 +67,6 @@ export const LoginContent = styled.div`
@media ${mobile} {
width: 100%;
min-height: 100%;
justify-content: start;
}
`;