From 92b513dd9d0df371f40ca7d60bceb5b858e7f790 Mon Sep 17 00:00:00 2001 From: Hibryda Date: Mon, 9 Mar 2026 17:27:09 +0100 Subject: [PATCH] feat(settings): add project max aspect ratio setting with CSS constraint --- v2/src/App.svelte | 4 ++ .../components/Workspace/ProjectGrid.svelte | 1 + .../components/Workspace/SettingsTab.svelte | 45 ++++++++++++++++++- 3 files changed, 49 insertions(+), 1 deletion(-) diff --git a/v2/src/App.svelte b/v2/src/App.svelte index 6d9ecf6..3984613 100644 --- a/v2/src/App.svelte +++ b/v2/src/App.svelte @@ -1,6 +1,7 @@