From 0913285b6d5ad62324f44072c44feff9857ef0a7 Mon Sep 17 00:00:00 2001 From: roaring30s Date: Tue, 13 Jan 2026 19:26:05 -0500 Subject: [PATCH] style: improve Search dialog UI and responsiveness --- components/Search/index.tsx | 44 +++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 9 deletions(-) diff --git a/components/Search/index.tsx b/components/Search/index.tsx index 28853e7e..af2e5e32 100644 --- a/components/Search/index.tsx +++ b/components/Search/index.tsx @@ -79,7 +79,7 @@ const Index = ({ css = {}, ...props }) => { { alignItems: "center", backgroundColor: "transparent", padding: 0, - width: "$5", - height: "$5", + width: "$4", + height: "$4", + "@bp2": { + width: "$5", + height: "$5", + }, }} > {accounts.length <= 0 ? ( - + ) : ( )} @@ -129,10 +150,15 @@ const Index = ({ css = {}, ...props }) => { type="search" css={{ borderRadius: "$2", - height: "$8", - fontSize: "$5", + height: "$7", + fontSize: "$3", paddingRight: "$3", - paddingLeft: "$7", + paddingLeft: "$6", + "@bp1": { + fontSize: "$5", + paddingLeft: "$7", + height: "$8", + }, "&:-webkit-autofill::first-line": { fontSize: "$3", },