@robotical/martyblocksjr 4.0.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -178,7 +178,7 @@ h4 {
178
178
  }
179
179
 
180
180
  @media screen and (orientation: portrait) {
181
- html {
181
+ html:not(.embedded-in-parent-app) {
182
182
  transform: rotate(-90deg);
183
183
  transform-origin: left top;
184
184
  width: 100vh;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocksjr",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "ScratchJr",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",