From e73efc24ba3c4b105cf20df4356f47e2f29a3c50 Mon Sep 17 00:00:00 2001 From: mawkone Date: Sun, 14 Jun 2026 13:41:07 -0700 Subject: [PATCH] fix(codebase): fix left column padding and justification to align header with file tree --- .../[workspace]/project/[projectId]/(home)/code/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx index 4ee9791..04fc674 100644 --- a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx +++ b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx @@ -176,8 +176,8 @@ export default function CodeTab() { style={{ padding: codebases.length > 1 - ? "0 8px 16px 8px" - : "12px 8px 16px 8px", + ? "0 0 16px 0" + : "0 0 16px 0", }} >