emrg: GUI chat width — tool rows/composer full-width left-aligned + file-tree icon stroke fix - #892
Merged
Merged
Conversation
…roke fix (rants 17:50:30 + 17:56:33) - tool rows/groups/output no longer constrained to 760px centered — full-width left-aligned (message body keeps 760px reading width; rants 2026-08-20T17:50:30) - composer area (status bar + input) full-width instead of 808px centered - file-tree icons: .ft-icon/.ft-chevron path fill only when no explicit fill attr, preserving stroke-outline paths (file icons regain their content lines instead of being solid blobs; rant 2026-08-20T17:56:33)
argszero
commented
Aug 20, 2026
argszero
left a comment
OwnerAuthor
There was a problem hiding this comment.
✅ LGTM — cycle 1 (1 file +17/−6 CSS: tool rows/groups/output full-width left-aligned while message body keeps 760px; composer full-width; file-tree icons preserve stroke paths via :not([fill]); GUI 245 pass, test + test-windows CI PASS)
argszero
commented
Aug 20, 2026
argszero
left a comment
OwnerAuthor
There was a problem hiding this comment.
✅ LGTM — cycle 3 (re-review: head unchanged, pure CSS layout.css full-width tool rows/composer + file-tree icon stroke fix; test + test-windows CI PASS, mergeable CLEAN)
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.
Summary
Two host feedback rants on GUI rendering, both pure CSS (1 file, +17/−6):
1. Chat window width (rant 2026-08-20T17:50:30)
max-width: none).2. File-tree icon stroke fix (rant 2026-08-20T17:56:33)
.ft-icon path { fill: currentColor; }overrode the icons' explicitfill="none"stroke paths, turning file icons into solid blobs..ft-icon path:not([fill])/.ft-chevron path:not([fill])— only paths without an explicit fill get recolored; stroke-outline content lines are preserved.Verification