diff --git a/frontend/src/components/tools/ToolPanel.tsx b/frontend/src/components/tools/ToolPanel.tsx index edbf4654d..e3897ba82 100644 --- a/frontend/src/components/tools/ToolPanel.tsx +++ b/frontend/src/components/tools/ToolPanel.tsx @@ -56,7 +56,7 @@ export default function ToolPanel() { if (isFullscreenMode) { if (isCatalogActive) { - return '100%'; + return 'clamp(32rem, 48vw, 56rem)'; } if (leftPanelView === 'toolContent' && isPanelVisible) { @@ -79,7 +79,6 @@ export default function ToolPanel() { style={{ width: computedWidth(), padding: '0', - flex: isCatalogActive ? '1 1 auto' : undefined, }} >
@@ -240,7 +238,7 @@ export default function HomePage() { align="flex-start" gap={0} h="100%" - className={`flex-nowrap flex home-desktop-layout ${desktopCatalogActive ? 'home-desktop-layout--catalog' : ''}`} + className="flex-nowrap flex home-desktop-layout" >
-
+
-
+