fix(FN-2292): increase mobile toast clearance and stabilize related tests

- Raise mobile .toast-container bottom offset by adding --space-2xl to clear footer/nav overlap
- Update utility-mobile CSS regression assertion to match the new toast offset formula
- Extend build-exe test timeout from 20s to 90s to reduce flaky CLI packaging failures
This commit is contained in:
Fusion
2026-04-23 09:03:41 -07:00
committed by gsxdsm
parent fea5c20f7a
commit 4b027c381d
3 changed files with 3 additions and 3 deletions

View File

@@ -119,7 +119,7 @@ describe("build-exe", () => {
cleanup();
}
},
20_000,
90_000,
);
it("binary runs 'task list' without crashing", () => {