Skip to content

Commit

Permalink
add more padding to the pods modal
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySerfaty committed Nov 10, 2024
1 parent 5ddeac7 commit f606331
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 f606331

Please sign in to comment.