From 5f765b33c3c75610ba4683ebbe931241834f896a Mon Sep 17 00:00:00 2001 From: Jannis Braun <151788261+TheZwiss@users.noreply.github.com> Date: Thu, 12 Mar 2026 05:13:02 +0100 Subject: [PATCH] fix: ChannelSidebar header height aligned with MainContent headers Replace fixed h-12 (48px) with py-3 + min-h-8 padding pattern to match MainContent's 57px header height (12+32+12+1), fixing the 9px border misalignment between sidebar and content headers. --- packages/web/src/components/layout/ChannelSidebar.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/web/src/components/layout/ChannelSidebar.tsx b/packages/web/src/components/layout/ChannelSidebar.tsx index da57d1a3..52974d37 100644 --- a/packages/web/src/components/layout/ChannelSidebar.tsx +++ b/packages/web/src/components/layout/ChannelSidebar.tsx @@ -392,8 +392,8 @@ export function ChannelSidebar() { return ( <>
-
-
@@ -576,10 +576,10 @@ export function ChannelSidebar() { <>
{/* Space header */} -
+