fix(web): nudge run files sidebar 2px left to align with content

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-05-08 18:16:45 -07:00
parent 083028b1fd
commit f656aecd63
No known key found for this signature in database

View file

@ -164,7 +164,7 @@ export function FileTreeSidebar({
<aside
aria-label="Changed files"
style={themeStyles}
className="flex min-h-0 w-72 shrink-0 flex-col self-stretch"
className="-ml-0.5 flex min-h-0 w-72 shrink-0 flex-col self-stretch"
>
{paths.length > 0 ? (
<FileTree model={model} className="min-h-0 flex-1 overflow-hidden" />