Skip to content

Commit 229ace4

Browse files
authored
1 parent 0900ebb commit 229ace4

24 files changed

Lines changed: 62 additions & 5 deletions

File tree

playroom.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const getMediaQueriesConfig = () => {
1414
tabletMinWidth: impossibleSize,
1515
desktopMinWidth: impossibleSize,
1616
largeDesktopMinWidth: impossibleSize,
17+
extraLargeDesktopMinWidth: impossibleSize,
1718
desktopOrTabletMinHeight: impossibleSize,
1819
};
1920
}
@@ -22,6 +23,7 @@ const getMediaQueriesConfig = () => {
2223
tabletMinWidth: 0,
2324
desktopMinWidth: 0,
2425
largeDesktopMinWidth: impossibleSize,
26+
extraLargeDesktopMinWidth: impossibleSize,
2527
desktopOrTabletMinHeight: 0,
2628
};
2729
}
@@ -49,7 +51,7 @@ const getWidths = () => {
4951
if (process.env.FORCE_DESKTOP) {
5052
return [1024];
5153
}
52-
return [320, 360, 768, 1024, 1512];
54+
return [360, 768, 1024, 1512, 1832];
5355
};
5456

5557
const exampleCode = `
-2.86 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)