From 53bc5085c1827fb83dbc20fe14d7ed32700da4aa Mon Sep 17 00:00:00 2001 From: Dustin Healy <54083382+dustinhealy@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:09:16 -0800 Subject: [PATCH] fix: outline cropping for new chat / close sidebar buttons --- client/src/components/Nav/Nav.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/src/components/Nav/Nav.tsx b/client/src/components/Nav/Nav.tsx index 16b8329483..ebb50f0db5 100644 --- a/client/src/components/Nav/Nav.tsx +++ b/client/src/components/Nav/Nav.tsx @@ -222,7 +222,10 @@ const Nav = memo( aria-label={localize('com_ui_chat_history')} className="flex h-full flex-col px-2 pb-3.5" > -
+