style: adjust top padding on profile page and remove expand button from profile list sections

This commit is contained in:
pradeepkumar
2026-03-31 06:26:54 +05:30
parent ed277d2955
commit 5d930db290
2 changed files with 2 additions and 7 deletions

View File

@@ -294,7 +294,7 @@ export default function AgentProfileView() {
}
return (
<div className="max-w-7xl mx-auto px-4 lg:px-8 py-6 space-y-6">
<div className="max-w-7xl mx-auto px-4 lg:px-8 pt-2 pb-6 space-y-6">
<MobileBackButton label="Back" fallbackHref="/user/profiles" alwaysShow />
{/* Main Layout - Responsive: Column on mobile, Row on desktop */}
<div className="flex flex-col lg:flex-row gap-6 lg:items-stretch">