Prefer grid mode in landscape on mobile

This commit is contained in:
Robin
2026-07-28 11:56:01 +02:00
parent 5c35288162
commit 7962d02be5
3 changed files with 27 additions and 31 deletions
@@ -568,14 +568,14 @@ describe.each([
pipSize: "sm",
},
b: {
type: "spotlight-expanded",
type: "spotlight-landscape",
spotlight: [`${aliceId}:0:screen-share`],
pip: `${aliceId}:0`,
grid: [`${localId}:0`, `${aliceId}:0`],
},
c: {
type: "spotlight-expanded",
type: "spotlight-landscape",
spotlight: [`${aliceId}:0`],
pip: undefined,
grid: [`${localId}:0`, `${bobId}:0`],
},
},
);