From 47db332d17cd6761d53167b476e7d368bbbdb864 Mon Sep 17 00:00:00 2001 From: Antonio Gatta Date: Mon, 8 Dec 2025 00:24:37 +0100 Subject: [PATCH] feat(notebooks): improve layout responsiveness - Adjusted `div` class styles to add horizontal scrolling in smaller viewports (`overflow-x-auto`). - Updated chat column element with additional padding and margin adjustments for better desktop layout. --- frontend/src/app/(dashboard)/notebooks/[id]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/(dashboard)/notebooks/[id]/page.tsx b/frontend/src/app/(dashboard)/notebooks/[id]/page.tsx index 7f598e2..3227e81 100644 --- a/frontend/src/app/(dashboard)/notebooks/[id]/page.tsx +++ b/frontend/src/app/(dashboard)/notebooks/[id]/page.tsx @@ -119,7 +119,7 @@ export default function NotebookPage() { -
+
{/* Mobile: Tabbed interface - only render on mobile to avoid double-mounting */} {!isDesktop && ( <> @@ -210,7 +210,7 @@ export default function NotebookPage() {
{/* Chat Column - always expanded, takes remaining space */} -
+