From c3851c918bcd536ad6edefbe0901ef265ae2e7ca Mon Sep 17 00:00:00 2001 From: Lemon Date: Wed, 18 Mar 2026 23:28:53 -0700 Subject: [PATCH] Add decorative semi-ellipse arc below Search page Posts/Accounts tabs Same curved arc treatment: removes border-b and backdrop-blur, wraps tabs in a relative container with the SVG arc below. --- src/pages/SearchPage.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/pages/SearchPage.tsx b/src/pages/SearchPage.tsx index 2dd44e7a..a5fb7b06 100644 --- a/src/pages/SearchPage.tsx +++ b/src/pages/SearchPage.tsx @@ -408,11 +408,14 @@ export function SearchPage() { return (
{/* Tabs — sticky at top */} -
-
+
+
setActiveTab('posts')} className="sidebar:py-5" /> setActiveTab('accounts')} className="sidebar:py-5" />
+ + +
{/* ─── Posts Tab ─── */}