From 1d4bfa56a4f13330be7e8772e12b4d0ca7bbad2f Mon Sep 17 00:00:00 2001 From: Silberengel Date: Wed, 29 Oct 2025 07:07:04 +0100 Subject: [PATCH] fixed search bar alignment on profile feeds --- src/components/Profile/index.tsx | 40 ++++++++++++++++---------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/components/Profile/index.tsx b/src/components/Profile/index.tsx index 8d375fd..81bcad2 100644 --- a/src/components/Profile/index.tsx +++ b/src/components/Profile/index.tsx @@ -204,26 +204,26 @@ export default function Profile({ id }: { id?: string }) {
- setActiveTab(tab as ProfileTabValue)} - threshold={800} - options={ -
- - -
- } - /> +
+ setActiveTab(tab as ProfileTabValue)} + threshold={800} + /> +
+ + +
+
{activeTab === 'posts' && (