style: adjust top padding on profile page and remove expand button from profile list sections
This commit is contained in:
@@ -294,7 +294,7 @@ export default function AgentProfileView() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
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 />
|
<MobileBackButton label="Back" fallbackHref="/user/profiles" alwaysShow />
|
||||||
{/* Main Layout - Responsive: Column on mobile, Row on desktop */}
|
{/* Main Layout - Responsive: Column on mobile, Row on desktop */}
|
||||||
<div className="flex flex-col lg:flex-row gap-6 lg:items-stretch">
|
<div className="flex flex-col lg:flex-row gap-6 lg:items-stretch">
|
||||||
|
|||||||
@@ -24,13 +24,8 @@ function FilterSection({ title, options, selectedOptions, onToggle, showMore }:
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="pb-4 mb-4">
|
<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>
|
<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>
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
{displayOptions.map((option) => (
|
{displayOptions.map((option) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user