Closed jwunderl closed 1 year ago
Describe the bug
at exactly 991px width simulator disappears:
991px is the breakpoint we switch between computer & tablet sizing (e.g. https://github.com/microsoft/pxt/blob/master/react-common/styles/react-common-breakpoints.less#L9), almost certainly we have some styling with a media query based off > largestTabletScreen and some based off < @largestTabletScreen or something to the effect
> largestTabletScreen
< @largestTabletScreen
To Reproduce Steps to reproduce the behavior:
Expected behavior
We shouldn't lose sim
See above but I was able to pinpoint the issue and the sim shows up at 991px wide now. https://github.com/microsoft/pxt/pull/9621
Fixed
Describe the bug
at exactly 991px width simulator disappears:
991px is the breakpoint we switch between computer & tablet sizing (e.g. https://github.com/microsoft/pxt/blob/master/react-common/styles/react-common-breakpoints.less#L9), almost certainly we have some styling with a media query based off
> largestTabletScreen
and some based off< @largestTabletScreen
or something to the effectTo Reproduce Steps to reproduce the behavior:
Expected behavior
We shouldn't lose sim