Uh oh!
There was an error while loading. Please reload this page.
fix(web): hide build pill in narrow sidebars - #9159
Merged
maria-rcks merged 1 commit intoSep 2, 2026
Merged
Conversation
Contributor
ApprovabilityVerdict: Approved at Macroscope's review found this PR approvable — This is a localized one-line CSS adjustment that hides an existing environment pill only when the sidebar container is narrower than 15rem. It affects presentation in the sidebar header without changing application state, APIs, persistence, or production infrastructure. You can add or adjust custom eligibility rules. Learn more. |
flamboh
commented
Sep 2, 2026
ContributorAuthor
cc @maria-rcks |
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Note
🤖 GPT-5.6 Sol on behalf of Oliver
Problem
Generated themes replace the Dev or Nightly sidebar artwork with a build pill. At small sidebar widths, that pill extends beyond the sidebar and gets clipped.
Fix
Hide the pill below a 15rem sidebar width. Wider sidebars keep the pill, and the T3 Code brand keeps its normal sizing.
UI changes
Before
After
Cap.2026-09-01.at.19.54.28.mp4
Verification
vp lint apps/web/src/components/sidebar/SidebarChrome.tsx --report-unused-disable-directivescd apps/web && vp run typecheckcd apps/web && vp run buildgit diff --checkChanges prepared by GPT-5.6 Sol through Codex in T3 Code.
Note
Hide build pill in
SidebarChromeHeaderwhen sidebar is narrower than 15remThe environment-identification pill badge in SidebarChrome.tsx is now hidden by default and shown as inline-flex once the
sidebar-headercontainer reaches 15rem. This prevents the pill from crowding narrow sidebars.Macroscope summarized 9634f07.