fix(web): align FlowChat layout and unify settings page styling - #1864
Merged
bobleer merged 1 commit intoJul 29, 2026
Merged
Conversation
bobleer
force-pushed
the
fix/ui-alignment-and-settings-consistency
branch
from
July 29, 2026 16:27
884d1ea to
25ca4fc
Compare
FlowChat: - Collapse .virtual-item-wrapper to 900px reading column (was 1200px causing double-centering offset vs explore headers) - Give .explore-region the same 900px box so > headers share the leading edge with body text - User message bubble fills reading column instead of right-floating - Shrink image thumbnails from 120px to 72px Settings: - Remove wrapper divs from BasicsConfig selects so they sit directly in ConfigPageRow (fixes Window Behavior dropdown being narrower) - Add :has(> .select) safety net in shared ConfigPageLayout - Remove unscoped chrome-strip from McpToolsConfig and ExternalSourcesConfig (restore standard section card) - Unify ecosystem/capability dropdown min-widths (142px) - Inset bespoke blocks with card gutter after card restoration NavPanel: - Set active session/workspace background to transparent
bobleer
force-pushed
the
fix/ui-alignment-and-settings-consistency
branch
from
July 29, 2026 16:29
25ca4fc to
2606b99
Compare
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.
Summary
FlowChat layout fixes:
.virtual-item-wrapperto 900px reading column (was 1200px causing double-centering offset vs explore headers).explore-regionthe same 900px box so>collapse headers share the leading edge with body textSettings page fixes:
:has(> .select)safety net in shared ConfigPageLayoutNavPanel / Settings nav:
What was tested
tsc --noEmitclean