Skip to content

Commit ccab4ec

Browse files
committed
update viewpoort
1 parent a7bb236 commit ccab4ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

compiler/apps/playground/playwright.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ export default defineConfig({
6060
projects: [
6161
{
6262
name: 'chromium',
63-
use: {...devices['Desktop Chrome']},
63+
use: {
64+
...devices['Desktop Chrome'],
65+
viewport: { width: 1280, height: 720 },
66+
},
6467
},
6568
// {
6669
// name: 'Desktop Firefox',

0 commit comments

Comments
 (0)