Skip to content

Commit ced5ba7

Browse files
davidagustinclaude
andcommitted
fix: make modal wider (max-w-5xl) and show full screenshot
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4a4a440 commit ced5ba7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Projects.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,12 +739,12 @@ const Projects: React.FC = () => {
739739
animate={{ opacity: 1, scale: 1, y: 0 }}
740740
exit={{ opacity: 0, scale: 0.95, y: 20 }}
741741
transition={{ duration: 0.25, ease: 'easeOut' }}
742-
className="bg-white dark:bg-surface-900 rounded-2xl max-w-2xl w-full max-h-[85vh] overflow-y-auto shadow-2xl"
742+
className="bg-white dark:bg-surface-900 rounded-2xl max-w-5xl w-full max-h-[90vh] overflow-y-auto shadow-2xl"
743743
onClick={(e) => e.stopPropagation()}
744744
>
745745
<ProjectThumbnail
746746
project={selectedProject}
747-
className="h-56 sm:h-64"
747+
className="w-full"
748748
/>
749749

750750
<div className="p-6 sm:p-8">

0 commit comments

Comments
 (0)