jeffeb3 / sandify

web based user interface to create patterns that could be useful for robots that draw in sand with ball bearings.
MIT License
187 stars 34 forks source link

Preview render missing when width is 992px #276

Closed aaronse closed 10 months ago

aaronse commented 10 months ago

Neat project, nice update! Noticed preview render is not displayed when width is 992px. Consider checking out responsive layout breakpoint logic. Cheers!

bobnik commented 10 months ago

Yes, it's all built around responsive breakpoint logic. Seems we're off by a pixel point though lol. Only 992px exactly causes this issue - good catch. We'll fix.

aaronse commented 10 months ago

Only noticed because I like how your project is looking as was playing around to see what your responsive layouts look like :-) Thoughts on fix in https://github.com/jeffeb3/sandify/pull/277 (I didn't build/verify...)?

aaronse commented 10 months ago

Built and verified fix...

image

bobnik commented 10 months ago

Fixed by #277