- Jun 12, 2018
-
-
Christopher Willis-Ford authored
-
Christopher Willis-Ford authored
Also remove some obsolete code
-
Christopher Willis-Ford authored
Pass a `stageSize` property down from a centralized `MediaQuery` in the GUI component, and control the size of the stage and all surrounding elements based on that value. Note that this is a pure property and is not stored in the Redux state, since we gain access to the results of the media query during `render()` and we shouldn't change Redux state during `render()`. Some stage-adjacent elements don't yet react correctly to the smallest stage size.
-
- Feb 27, 2018
-
-
Moran T authored
Should help with smaller screen sizes, where the ratio is different (like some chromebooks)
- Nov 13, 2017
-
-
Matthew Taylor authored
This is for https://github.com/LLK/scratch-paint/pull/194, making the selector area smaller on tablet so as to create more space for the paint editor
-
- Aug 10, 2017
-
-
Paul Kaplan authored
-