Fix sidebar width

This commit is contained in:
Gregory Schier
2026-03-12 14:02:32 -07:00
parent 7e7faa69df
commit 87e60372fe

View File

@@ -199,7 +199,7 @@ export function Sidebar({ style }: { style?: React.CSSProperties }) {
return (
<aside
style={style}
className="x-theme-sidebar bg-surface h-full w-[250px] min-w-0 overflow-y-auto border-r border-border-subtle"
className="x-theme-sidebar bg-surface h-full w-full min-w-0 overflow-y-auto border-r border-border-subtle"
>
<div className="pt-2 text-xs">
<Tree