grain-lang / grain-lang.org

The Grain language website.
56 stars 42 forks source link

feat: Improve playground layout #360

Closed tomayac closed 6 months ago

tomayac commented 7 months ago

Switch to CSS Grid

(Cherry-picked from #358)

netlify[bot] commented 6 months ago

Deploy preview ready! 🌾

Name Link
Latest commit 835d224c55c27227ef4cbfb300d11a9136498dc2
Latest deploy log https://app.netlify.com/sites/grain-lang/deploys/6605aab0e8761b0008eaa5f4
Deploy Preview https://deploy-preview-360--grain-lang.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

spotandjake commented 6 months ago

I like the look of this pr, two things I think the console is a little bit to long now, maybe 5/8, 3/8 split? also I am having trouble with the compile button, something seems to be blocking my input but I couldn't find what.

tomayac commented 6 months ago

I like the look of this pr, two things I think the console is a little bit to long now, maybe 5/8, 3/8 split? also I am having trouble with the compile button, something seems to be blocking my input but I couldn't find what.

You can change the relations in line 46 and 65. I like the equal balance personally. Not sure about the other problem. I rescaled in all dimensions and multiple times, but the button always was reactive (I assume you did close the Netlify preview thing [twice]).

ospencer commented 6 months ago

Thanks @tomayac!