fix: secondary window too small, was in mobile mode

This commit is contained in:
lin onetwo 2023-12-28 02:06:59 +08:00
parent 097ba5536c
commit 58f469d910

View file

@ -38,7 +38,7 @@ export const windowDimension: Record<WindowNames, { height?: number; width?: num
height: 768,
},
[WindowNames.secondary]: {
width: 600,
width: 961,
height: 768,
},
[WindowNames.any]: {