From 5d930db2902bf08cd70779af2879f1b272ae68bd Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Tue, 31 Mar 2026 06:26:54 +0530 Subject: [PATCH] style: adjust top padding on profile page and remove expand button from profile list sections --- src/app/(user)/user/profile/[id]/page.tsx | 2 +- src/app/(user)/user/profiles/page.tsx | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/app/(user)/user/profile/[id]/page.tsx b/src/app/(user)/user/profile/[id]/page.tsx index bf035a8..0f5262c 100644 --- a/src/app/(user)/user/profile/[id]/page.tsx +++ b/src/app/(user)/user/profile/[id]/page.tsx @@ -294,7 +294,7 @@ export default function AgentProfileView() { } return ( -
+
{/* Main Layout - Responsive: Column on mobile, Row on desktop */}
diff --git a/src/app/(user)/user/profiles/page.tsx b/src/app/(user)/user/profiles/page.tsx index 7333b19..1502fad 100644 --- a/src/app/(user)/user/profiles/page.tsx +++ b/src/app/(user)/user/profiles/page.tsx @@ -24,13 +24,8 @@ function FilterSection({ title, options, selectedOptions, onToggle, showMore }: return (
-
+

{title}

-
{displayOptions.map((option) => (