fix: apply top padding to search bar dialog#550
Merged
ECWireless merged 3 commits intomainfrom Feb 13, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Ensure that the close icon does not overlap with the input field. Co-authored-by: Sebastian <115311276+Roaring30s@users.noreply.github.com>
0b85078 to
3364f75
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes a UI overlap in the Search dialog by adding additional top spacing so the close icon doesn’t collide with the search input.
Changes:
- Adjusted
DialogContentstyling to reposition the close button within the dialog. - Added top spacing to the Search dialog content to prevent overlap with the close icon.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
13 tasks
Contributor
13 tasks
Contributor
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rickstaa <17570430+rickstaa@users.noreply.github.com>
Collaborator
|
For whatever reason, this doesn't seem to look like the "after" screenshots for me:
@rickstaa happy to take over this PR, since I know you're still OOO |
Member
Author
Ah maybe the copilot pull request broke things. Thanks! |
…ent (#552) * Initial plan * fix: replace brittle :last-child selector with DialogClose component Co-authored-by: rickstaa <17570430+rickstaa@users.noreply.github.com> * chore: add package-lock.json to .gitignore Co-authored-by: rickstaa <17570430+rickstaa@users.noreply.github.com> * Update progress: all checks passed Co-authored-by: rickstaa <17570430+rickstaa@users.noreply.github.com> * fix: remove duplicate IconButton * fix: remove unnecessary DialogClose --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rickstaa <17570430+rickstaa@users.noreply.github.com> Co-authored-by: ECWireless <elliott@coopallc.com> Co-authored-by: ECWireless <40322776+ECWireless@users.noreply.github.com>
ECWireless
approved these changes
Feb 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.


Description
Ensure that the close icon does not overlap with the input field.
Type of Change
Related Issue(s)
Related: #497
Closes: #494
Changes Made
Testing
Added/updated testsHow to test (optional unless test is not trivial)
Impact / Risk
Risk level: Low
Impacted areas: UI
User impact: Easier interaction with search dialog.
Rollback plan: Revert
Screenshots / Recordings (if applicable)
Before
After
Additional Notes