From c34c1f475ff213794449e36632bc67f40085b9f2 Mon Sep 17 00:00:00 2001 From: Saimon8420 Date: Mon, 30 Dec 2024 15:03:15 +0600 Subject: [PATCH] object-panel size incrise for mobile device --- src/components/AspectCanvas.jsx | 2 +- src/components/ObjectPanel.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/AspectCanvas.jsx b/src/components/AspectCanvas.jsx index c696273..56c1166 100644 --- a/src/components/AspectCanvas.jsx +++ b/src/components/AspectCanvas.jsx @@ -134,7 +134,7 @@ export function AspectCanvas() { } return ( - +
diff --git a/src/components/ObjectPanel.jsx b/src/components/ObjectPanel.jsx index 19f0e39..92114fe 100644 --- a/src/components/ObjectPanel.jsx +++ b/src/components/ObjectPanel.jsx @@ -25,7 +25,7 @@ const ObjectPanel = () => { minWidth: 250, maxWidth: 300, minHeight: 0, - maxHeight: 400, + maxHeight: 500, bound: "parent" } @@ -48,7 +48,7 @@ const ObjectPanel = () => { - + setTabValue(value)} // Sync tab state with context