Browse Source

feat(04-02): widen model search dialog

- Increase max width from 2xl (672px) to 5xl (1024px)
- Keep 2-column layout for better readability
handoff-20260429-1057
shrimbly 6 months ago
parent
commit
686f624ef7
  1. 2
      src/components/modals/ModelSearchDialog.tsx

2
src/components/modals/ModelSearchDialog.tsx

@ -276,7 +276,7 @@ export function ModelSearchDialog({
className="fixed inset-0 z-[100] flex items-center justify-center bg-black/60" className="fixed inset-0 z-[100] flex items-center justify-center bg-black/60"
onClick={handleBackdropClick} onClick={handleBackdropClick}
> >
<div className="relative bg-neutral-800 border border-neutral-700 rounded-lg shadow-2xl w-full max-w-2xl max-h-[85vh] flex flex-col mx-4"> <div className="relative bg-neutral-800 border border-neutral-700 rounded-lg shadow-2xl w-full max-w-5xl max-h-[85vh] flex flex-col mx-4">
{/* Header */} {/* Header */}
<div className="flex items-center justify-between px-6 py-4 border-b border-neutral-700"> <div className="flex items-center justify-between px-6 py-4 border-b border-neutral-700">
<h2 className="text-lg font-semibold text-neutral-100"> <h2 className="text-lg font-semibold text-neutral-100">

Loading…
Cancel
Save