Merged
Conversation
…etails, SearchListingDetailsPage, and SearchListingPage components
♻️ refactor: Adjust layout and styling in BlogDetailsPage, ItemExtraD…
There was a problem hiding this comment.
Pull request overview
Minor responsive layout/styling tweaks across several pages—making the filter button full-width on mobile, adjusting grid columns, and tuning padding/spacing at smaller breakpoints.
Changes:
- Made the mobile filter button full-width and adjusted banner/grid spacing for the search listing detail page
- Removed small-screen top padding from the blog detail banner heading
- Changed extra-details grid from 1-column to 2-column on the smallest breakpoint
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
search-listing/page.tsx |
Added w-full to mobile filter button |
search-listing/[id]/page.tsx |
Changed flex-col → flex-row, adjusted padding |
search-listing/[id]/_components/ItemExtraDetails.tsx |
Changed smallest breakpoint grid from 1-col to 2-col |
blogs/[id]/page.tsx |
Removed pt-10 mobile top padding from blog title |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| <div> | ||
| <GradientBannerCustom showNav={false}> | ||
| <div className="text-white flex flex-col md:flex-row items-start justify-between gap-3 w-full pt-20 md:pt-24"> | ||
| <div className="text-white flex flex-row md:flex-row items-start justify-between gap-3 w-full md:pt-24 px-4 pt-2"> |
AnisulHaqueNiloy
pushed a commit
that referenced
this pull request
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.