Skip to content

Commit

Permalink
Strech matrix in fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Dec 31, 2024
1 parent 27dd882 commit c8d0e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PixelGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const PixelGraph = ({
}}
style={{
maxWidth: fullScreen ? '100vw' : '520px',
maxHeight: fullScreen ? 'calc(100vh - 200px)' : 'unset',
maxHeight: fullScreen ? '100vh' : 'unset',
display: 'flex',
flexDirection:
virtuals[virtId].id === 'launchpad-x' ||
Expand Down

0 comments on commit c8d0e86

Please sign in to comment.