Skip to content

Commit

Permalink
chore: add responsive wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
AriTheElk committed Dec 16, 2024
1 parent aab3527 commit dad8c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/ImagePickerView/ImagePickerView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const ImagePickerView = () => {
}, [enqueueImage, paginatedImages])

return (
<>
<div className="image-picker-responsive-container">
<Search onSearch={filterImages} />
<div
ref={(ref) => {
Expand Down Expand Up @@ -307,6 +307,6 @@ export const ImagePickerView = () => {
zoom={zoom}
onZoom={onZoom}
/>
</>
</div>
)
}

0 comments on commit dad8c38

Please sign in to comment.