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">

View File

@@ -24,13 +24,8 @@ function FilterSection({ title, options, selectedOptions, onToggle, showMore }:
return (
<div className="pb-4 mb-4">
<div className="flex items-center justify-between mb-3">
<div className="mb-3">
<h3 className="font-fractul font-semibold text-[14px] text-[#00293d]">{title}</h3>
<button className="text-[#00293d]">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none">
<path d="M2 4L6 8L10 4" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
</svg>
</button>
</div>
<div className="space-y-2">
{displayOptions.map((option) => (