mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-10 22:43:37 +00:00
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:
parent
083028b1fd
commit
f656aecd63
1 changed files with 1 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue