From a801f5048e1108c2f08e9cc41da82a3fd61cd5ae Mon Sep 17 00:00:00 2001 From: ciregenz Date: Wed, 10 Jun 2026 22:05:57 -0700 Subject: [PATCH] [eric] ui: kill inner seams, app-builder header band + file-tree line + skill markdown hr gone, columns separate by tint --- frontend/src/app/pages/Skills/Skills.tsx | 4 ++-- frontend/src/app/pages/Views/ViewEditor.tsx | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/frontend/src/app/pages/Skills/Skills.tsx b/frontend/src/app/pages/Skills/Skills.tsx index f4706546..aa3bb1d7 100644 --- a/frontend/src/app/pages/Skills/Skills.tsx +++ b/frontend/src/app/pages/Skills/Skills.tsx @@ -263,7 +263,7 @@ const Skills: React.FC = () => { '& pre': { bgcolor: c.bg.secondary, borderRadius: `${c.radius.sm}px`, p: 2, mb: 1.5, overflow: 'auto', '& code': { bgcolor: 'transparent', color: c.text.secondary, px: 0, py: 0 }, }, - '& hr': { border: 'none', borderTop: `1px solid ${c.border.subtle}`, my: 2 }, + '& hr': { border: 'none', my: 3 }, '& a': { color: c.accent.primary, textDecoration: 'none', '&:hover': { textDecoration: 'underline' } }, '& strong': { fontWeight: 600, color: c.text.primary }, }}> @@ -308,7 +308,7 @@ const Skills: React.FC = () => { diff --git a/frontend/src/app/pages/Views/ViewEditor.tsx b/frontend/src/app/pages/Views/ViewEditor.tsx index b525bf18..70a10306 100644 --- a/frontend/src/app/pages/Views/ViewEditor.tsx +++ b/frontend/src/app/pages/Views/ViewEditor.tsx @@ -1103,9 +1103,7 @@ const ViewEditor: React.FC = ({ output }) => { gap: 2, px: 1.5, py: 1, - bgcolor: c.bg.secondary, - // Hairline separates the meta strip from the tabs row. - borderBottom: `0.5px solid ${c.border.subtle}`, + bgcolor: 'transparent', flexShrink: 0, minHeight: 48, }} @@ -1154,8 +1152,7 @@ const ViewEditor: React.FC = ({ output }) => { sx={{ display: 'flex', alignItems: 'center', - // No borderBottom; bg-color step carries the separation. - bgcolor: c.bg.secondary, + bgcolor: 'transparent', flexShrink: 0, px: 1.25, py: 1, @@ -1276,7 +1273,6 @@ const ViewEditor: React.FC = ({ output }) => { sx={{ width: 200, flexShrink: 0, - borderRight: `1px solid ${c.border.subtle}`, bgcolor: c.bg.secondary, display: 'flex', flexDirection: 'column',