From 20ef7bd235e6e65cefb13f221515ea2f42f033c3 Mon Sep 17 00:00:00 2001 From: NaysKutzu Date: Thu, 14 May 2026 23:54:05 +0200 Subject: [PATCH] refactor: enhance layout structure in FileEditorPage and DashboardShell for improved responsiveness and consistency; adjust flex properties to optimize space utilization --- .../src/app/(app)/server/[uuidShort]/files/edit/page.tsx | 4 ++-- frontendv2/src/components/layout/DashboardShell.tsx | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/frontendv2/src/app/(app)/server/[uuidShort]/files/edit/page.tsx b/frontendv2/src/app/(app)/server/[uuidShort]/files/edit/page.tsx index a5b079e4..3dc3f6b9 100644 --- a/frontendv2/src/app/(app)/server/[uuidShort]/files/edit/page.tsx +++ b/frontendv2/src/app/(app)/server/[uuidShort]/files/edit/page.tsx @@ -393,7 +393,7 @@ export default function FileEditorPage({ } return ( -
+
) : ( -
+
diff --git a/frontendv2/src/components/layout/DashboardShell.tsx b/frontendv2/src/components/layout/DashboardShell.tsx index cce8ef46..e35429b1 100644 --- a/frontendv2/src/components/layout/DashboardShell.tsx +++ b/frontendv2/src/components/layout/DashboardShell.tsx @@ -164,17 +164,18 @@ export default function DashboardShell({ children }: { children: React.ReactNode
{children}