Fix builder navbar overlap on tablet breakpoints#27
Open
Copilot wants to merge 1 commit into
Open
Conversation
Agent-Logs-Url: https://github.com/SpicyDevs/posterium-frontend/sessions/f585e027-6a2c-4407-be78-ce0324b0c291 Co-authored-by: ikrdikhit <155148519+ikrdikhit@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
ikrdikhit
March 30, 2026 10:31
View session
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
posterium-frontend | caed58d | Mar 30 2026, 09:28 AM |
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.
The builder header layout breaks on tablet widths: the centered command search overlaps adjacent controls and causes the navbar to collapse visually. This change rebalances header layout rules so tablet uses a compact search pattern and desktop keeps the full centered search bar.
Problem scope
sm/md) inherited desktop-style centered positioning for the search region, which conflicted with left/right action groups in constrained width.Responsive layout updates
< lgso it participates in width negotiation with sibling groups.lg) where there is enough horizontal space.Search control behavior by breakpoint
lg:flex).flex lg:hidden) with bounded width to avoid crowding adjacent controls.