-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix map centering && add offset params #16
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
4295d36
to
cbeaba4
Compare
left: | ||
-760 * devicePixelRatio + | ||
1050 * (devicePixelRatio / 2 - 1) + | ||
(devicePixelRatio > 1.75 ? 120 : 160) * | ||
(config.grid.column.end - config.grid.column.start - 1) * | ||
devicePixelRatio + | ||
Number(config.xOffset), // haha, fix nem ták :DDD | ||
top: | ||
-300 * devicePixelRatio + | ||
210 * (devicePixelRatio / 2 - 1) + | ||
70 * (config.grid.row.end - config.grid.row.start - 1) * devicePixelRatio + | ||
Number(config.yOffset), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ezt ki tudnád szervezni változókba? Lehet szebb lenne mint inline
}} | ||
></IFrameContainer> | ||
></IFrameContainer>{' '} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ez itt nem biztos hogy kell
cbeaba4
to
2d6178e
Compare
No description provided.