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) {