Skip to content

Commit

Permalink
Merge branch 'main' into new-qr
Browse files Browse the repository at this point in the history
  • Loading branch information
17Amir17 authored Nov 10, 2024
2 parents bec3b38 + e6de699 commit 2d9fc04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ const Container = styled.div<{ isLandscape: boolean }>`
flex-direction: column;
// 50px comes from 24px padding we have on the bottom modal
max-height: calc(
100vh - ${({ isLandscape }): number => (isLandscape ? 50 : 120)}px
100vh - ${({ isLandscape }): number => (isLandscape ? 80 : 150)}px
);
`;
const ContainerWithPadding = styled.div`
Expand Down

0 comments on commit 2d9fc04

Please sign in to comment.