Skip to content

Commit

Permalink
Merge pull request #39 from prtcl/fix/viewer-fixes-3
Browse files Browse the repository at this point in the history
shrink viewer max height even more on mobile to counter viewport wonk
  • Loading branch information
prtcl authored Nov 13, 2024
2 parents c59c727 + c06b0fc commit a8c30fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/feat/Projects/ProjectViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export const ProjectViewer = () => {
borderRadius={12}
height="100%"
maxHeight={[
'min(calc(97% - env(safe-area-inset-bottom, 0px)), 95vh)',
'95%',
'min(calc(97% - env(safe-area-inset-bottom, 0px)), 90vh)',
'min(calc(97% - env(safe-area-inset-bottom, 0px)), 90vh)',
'95vh',
'92vh',
'84vh',
Expand Down

0 comments on commit a8c30fe

Please sign in to comment.