doomeer / factorio

Factorio Planner
MIT License
137 stars 40 forks source link

Better css for small screen or windows #43

Closed TheOddler closed 6 years ago

TheOddler commented 6 years ago

When a windows is too small the right column gets all squished, and hard to read. This updates the css to solve it. It simply removes the column layout when the screen gets too small.

I chose 72em as the minimum width required for the column layout. Anything smaller makes the right column look squished I think.

To test, simply open the app and make your browser window very thin.

doomeer commented 6 years ago

Thanks a lot! Sorry I did not see your PR sooner. I'll test it asap :)

TheOddler commented 6 years ago

No problem! Hopefully you like it.

doomeer commented 6 years ago

Just tested, this is awesome :) I'll upload it to my website.

TheOddler commented 6 years ago

Awesome! It's a simple change, but it does the trick very nicely I though. Glad you agree :D