Skip to content

Commit

Permalink
modify the spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Nov 4, 2024
1 parent caf6500 commit 764ed24
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ export function RobotCoordinateSpaceWithRef(
viewBoxOriginY + PADDING * 5
} ${deckXDimension + PADDING * 2} ${deckYDimension - PADDING * 10}`
} else {
const PADDING = 20
wholeDeckViewBox = `${viewBoxOriginX + PADDING} ${
const PADDING = 10
wholeDeckViewBox = `${viewBoxOriginX + PADDING * 2} ${
viewBoxOriginY - PADDING
} ${deckXDimension + PADDING * 2} ${deckYDimension + PADDING * 2}`
} ${deckXDimension + PADDING * 4} ${deckYDimension + PADDING * 3}`
}
}
return (
Expand Down

0 comments on commit 764ed24

Please sign in to comment.