brownplt / code.pyret.org

Website for serving Pyret to folks.
Other
24 stars 45 forks source link

smol mode fix #481

Closed asolove closed 5 months ago

asolove commented 1 year ago

Fix for #442.

image

UI previously broke at widths <700px. Now works down to ~550px. The run and break buttons are rendered narrower under 700px.

We should do a more principled cleanup to make the menu layout work nicely on mobile devices, but this is easy/fast.

blerner commented 5 months ago

This looks easy enough to me.