Skip to content

Commit 9c5d1ab

Browse files
committed
style: Align SearchBar and ImageList widths
- Increased sidebar width from 420px to 450px - Removed max-width constraint from SearchBar - Both boxes now have consistent width for better UX
1 parent c0f5371 commit 9c5d1ab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
display: flex;
7676
flex-direction: column;
7777
gap: 20px;
78-
width: 420px;
78+
width: 450px;
7979
overflow-y: auto;
8080
}
8181

src/components/SearchBar.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
padding: 20px;
77
border-radius: 8px;
88
box-shadow: 0 2px 8px var(--card-shadow);
9-
max-width: 400px;
109
}
1110

1211
.search-bar h2 {

0 commit comments

Comments
 (0)