Open
Conversation
Co-authored-by: yzqzss <30341059+yzqzss@users.noreply.github.com>
Deploying neo-uglysearch with
|
| Latest commit: |
6d803de
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f5b388e5.neo-uglysearch.pages.dev |
| Branch Preview URL: | https://copilot-fix-bad-ui-ux-narrow.neo-uglysearch.pages.dev |
- Replace absolute logo positioning with flexbox layout - Make header responsive with proper centering on all screen sizes - Add flex-wrap to search controls for mobile - Use responsive text and icon sizes (smaller on mobile) - Improve spacing and touch targets for mobile users Co-authored-by: yzqzss <30341059+yzqzss@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix bad UI/UX on narrow screens
Fix layout issues on narrow screens
Jan 30, 2026
Member
|
@copilot 别改 app/page.tsx ,revert 掉。 |
Keep only search-box.tsx improvements for mobile responsiveness Co-authored-by: yzqzss <30341059+yzqzss@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Fix layout issues on narrow screens
Fix search controls layout on narrow screens
Jan 30, 2026
Member
|
@OverflowCat 前端之猫下岗喵。 |
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.

On narrow screens, search controls were cramped in a single row and overflowed on mobile devices.
Changes
Search controls (
app/components/search-box.tsx)flex-rowtoflex-col md:flex-rowwithflex-wrapon controlstext-xs md:text-sm,h-3 w-3 md:h-4 md:w-4w-[100px] md:w-[160px]Header layout (
app/page.tsx)Screenshots
After (375px mobile):
https://github.com/user-attachments/assets/b8751f52-b7c8-45d4-bb61-04a233248f5d
After (768px tablet):
https://github.com/user-attachments/assets/c479236a-5b25-41c6-be1d-c71269103a23
After (1200px desktop):
https://github.com/user-attachments/assets/10d9f32c-b48a-4761-89f6-ef05d2a98876
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.