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 ( <>
-
+
@@ -1369,7 +1369,7 @@ function ChannelItem({ - {channel.name} + {channel.name} {canManage && ( -
+
@@ -160,7 +160,7 @@ export function MainContent() {
)} -
+
@@ -237,7 +237,7 @@ export function MainContent() { if (!currentChannelId || !channel) { return (
-
+
Select a channel
@@ -256,7 +256,7 @@ export function MainContent() { if (!isInThisChannel) { return (
-
+
@@ -289,7 +289,7 @@ export function MainContent() { ref={voiceContainerRef} className={`flex-1 flex flex-col bg-surface-base min-w-0 group/voice relative ${voiceFullscreen ? 'h-screen' : ''}`} > -
+
@@ -325,7 +325,7 @@ export function MainContent() { return (
-
+
# {channel.name}