patriciogonzalezvivo / thebookofshaders

Step-by-step guide through the abstract and complex universe of Fragment Shaders.
http://TheBookOfShaders.com
Other
5.97k stars 680 forks source link

Fixes #220 Improve legibility for small viewports (phones) #328

Open wraybowling opened 3 years ago

wraybowling commented 3 years ago

Limits content to not be wider than the viewport, useful for reading in a side-bar or on a small screen like a phone. This PR was able to solve the basics of text content and navigation but there's still work to be done for the code editor sizing its associated which forces code to wrap even if it means one character per line (pretty illegible!) I'm still working on it. This is a PR to make it visible that I started working on it.

iPad screenshot Google Pixel 2 screenshot
patriciogonzalezvivo commented 1 year ago

@wraybowling is this draft still a wip?