Adjust the breakpoint

This commit is contained in:
Robin
2024-08-06 10:08:56 -04:00
parent eb051ab318
commit f4cf3d8c62

View File

@@ -520,7 +520,7 @@ export class CallViewModel extends ViewModel {
const height = window.innerHeight;
const width = window.innerWidth;
if (height <= 400 && width <= 340) return "pip";
if (width <= 660) return "narrow";
if (width <= 600) return "narrow";
if (height <= 660) return "flat";
return "normal";
}),