pyre-check icon indicating copy to clipboard operation
pyre-check copied to clipboard

Playground styling for small screens

Open craigfrancis opened this issue 3 years ago • 0 comments
trafficstars

With https://pyre-check.org/play, the styling is a bit wrong for small screens (e.g. mobile phones)... which makes it impossible to see the code editor.

It seems to happen because the <main> element has a margin-left of 300px.

I wonder if the class is wrong. Rather than using .main (or .main_MeqP after preprocessing), I suspect it should be .playgroundMain (or .playgroundMain_uARe after preprocessing), ref styles.module.css, then compare pysa-playground.js and play.js

craigfrancis avatar Nov 10 '22 11:11 craigfrancis