From 1750f12c85e58037497f5529afa9542c18d662e2 Mon Sep 17 00:00:00 2001 From: Jannis Braun <151788261+TheZwiss@users.noreply.github.com> Date: Sat, 14 Mar 2026 14:04:14 +0100 Subject: [PATCH] fix: input depth styling, missed fields, and header button order - Add subtle border + inset shadow to input tiers for resting-state visibility - Fix DmSearchBar and SearchPopover containers missing input depth treatment - Fix focus ring clipping in settings panel scroll container - Swap search and member list toggle button positions in channel/DM headers --- packages/web/src/components/chat/SearchPopover.tsx | 2 +- packages/web/src/components/layout/DmSearchBar.tsx | 4 ++-- packages/web/src/components/layout/MainContent.tsx | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/web/src/components/chat/SearchPopover.tsx b/packages/web/src/components/chat/SearchPopover.tsx index 0dc142b2..453ace0e 100644 --- a/packages/web/src/components/chat/SearchPopover.tsx +++ b/packages/web/src/components/chat/SearchPopover.tsx @@ -162,7 +162,7 @@ export function SearchPopover({ open, onClose, anchorRef, channelId, isDm, onJum > {/* Search input */}