From 61f73369d8e25f105473beb83de8a819ba961a4d Mon Sep 17 00:00:00 2001 From: Nalvazhuthi Date: Tue, 8 Apr 2025 09:28:41 +0530 Subject: [PATCH] mergin main --- app/src/components/ui/componets/Panel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/components/ui/componets/Panel.tsx b/app/src/components/ui/componets/Panel.tsx index 28729cf..2e168b4 100644 --- a/app/src/components/ui/componets/Panel.tsx +++ b/app/src/components/ui/componets/Panel.tsx @@ -139,7 +139,7 @@ const Panel: React.FC = ({ (leftActive ? panelSizeWidth : 0) + (rightActive ? panelSizeWidth : 0) }px)`, - minHeight: "200px", // Minimum height constraint + minHeight: "150px", // Minimum height constraint height: `${panelSizeHeight - 2}px`, // Subtracting for border or margin left: leftActive ? `${panelSizeWidth}px` : "0", right: rightActive ? `${panelSizeWidth}px` : "0", @@ -149,7 +149,7 @@ const Panel: React.FC = ({ case "left": case "right": return { - minWidth: "200px", // Minimum width constraint + minWidth: "150px", // Minimum width constraint width: `${panelSizeWidth - 2}px`, // Subtracting for border or margin // minHeight: "200px", // Minimum height constraint height: `calc(100% - ${