From 364efb88052d315793f24432f402a62372e54b36 Mon Sep 17 00:00:00 2001 From: Andy Charlwood Date: Sat, 14 Feb 2026 20:24:34 +0000 Subject: [PATCH] feat: US-021 - Scale Sidebar proportions --- src/components/Sidebar.tsx | 68 +++++++++++++++++++------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index dfc2562..a27b33f 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -15,7 +15,7 @@ function SectionTitle({ children }: SectionTitleProps) { display: 'flex', alignItems: 'center', gap: '6px', - fontSize: '10px', + fontSize: '11px', fontWeight: 600, textTransform: 'uppercase', letterSpacing: '0.08em', @@ -62,9 +62,9 @@ function TagPill({ tag }: TagPillProps) {
- +
{alert.message} @@ -135,7 +135,7 @@ export default function Sidebar() { background: 'var(--sidebar-bg)', borderRight: '1px solid var(--border)', overflowY: 'auto', - padding: '20px 16px', + padding: '24px 20px', display: 'flex', flexDirection: 'column', gap: '2px', @@ -147,21 +147,21 @@ export default function Sidebar() { style={{ borderBottom: '2px solid var(--accent)', paddingBottom: '16px', - marginBottom: '6px', + marginBottom: '10px', }} > {/* Avatar */}
@@ -239,8 +239,8 @@ export default function Sidebar() { display: 'flex', justifyContent: 'space-between', alignItems: 'center', - fontSize: '11.5px', - padding: '2px 0', + fontSize: '13px', + padding: '4px 0', }} > @@ -251,7 +251,7 @@ export default function Sidebar() { color: 'var(--text-primary)', fontWeight: 500, fontFamily: 'Geist Mono, monospace', - fontSize: '11px', + fontSize: '12px', letterSpacing: '0.12em', }} > @@ -265,8 +265,8 @@ export default function Sidebar() { display: 'flex', justifyContent: 'space-between', alignItems: 'center', - fontSize: '11.5px', - padding: '2px 0', + fontSize: '13px', + padding: '4px 0', }} > @@ -289,8 +289,8 @@ export default function Sidebar() { display: 'flex', justifyContent: 'space-between', alignItems: 'center', - fontSize: '11.5px', - padding: '2px 0', + fontSize: '13px', + padding: '4px 0', }} > @@ -313,8 +313,8 @@ export default function Sidebar() { display: 'flex', justifyContent: 'space-between', alignItems: 'center', - fontSize: '11.5px', - padding: '2px 0', + fontSize: '13px', + padding: '4px 0', }} > @@ -345,8 +345,8 @@ export default function Sidebar() { display: 'flex', justifyContent: 'space-between', alignItems: 'center', - fontSize: '11.5px', - padding: '2px 0', + fontSize: '13px', + padding: '4px 0', }} > @@ -377,8 +377,8 @@ export default function Sidebar() { display: 'flex', justifyContent: 'space-between', alignItems: 'center', - fontSize: '11.5px', - padding: '2px 0', + fontSize: '13px', + padding: '4px 0', }} > @@ -398,7 +398,7 @@ export default function Sidebar() {
{/* Tags Section */} -
+
Tags
{/* Alerts / Highlights Section */} -
+
Alerts / Highlights