From 3588fde3a248bb64a5c25fbea8a767d66a8790c8 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Thu, 27 Nov 2025 00:19:39 +0100 Subject: [PATCH] larger --- frontend/src/desktop/LayoutSystem.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/desktop/LayoutSystem.ts b/frontend/src/desktop/LayoutSystem.ts index 2835a77..4cd3da3 100644 --- a/frontend/src/desktop/LayoutSystem.ts +++ b/frontend/src/desktop/LayoutSystem.ts @@ -306,7 +306,7 @@ export class LayoutStore { const { width, height } = constrainDimensions( config.width, config.height, - 280 + 320 ); if (!card) {