From 7166be0507f76471329759916ed6969852faaf43 Mon Sep 17 00:00:00 2001 From: Jannis Braun <151788261+TheZwiss@users.noreply.github.com> Date: Thu, 12 Mar 2026 23:00:05 +0100 Subject: [PATCH] fix: 1px border misalignment between sidebar and chat headers Standardize all app headers on h-14 (fixed 56px) instead of py-3 (padding-driven 57px) so border-bottom lines align at panel seams. --- .../web/src/components/layout/ChannelSidebar.tsx | 4 ++-- packages/web/src/components/layout/MainContent.tsx | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/web/src/components/layout/ChannelSidebar.tsx b/packages/web/src/components/layout/ChannelSidebar.tsx index 4c3a885f..a1eea26b 100644 --- a/packages/web/src/components/layout/ChannelSidebar.tsx +++ b/packages/web/src/components/layout/ChannelSidebar.tsx @@ -392,7 +392,7 @@ export function ChannelSidebar() { return ( <>