mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:28:29 +02:00
Fix sidebar width
This commit is contained in:
@@ -199,7 +199,7 @@ export function Sidebar({ style }: { style?: React.CSSProperties }) {
|
|||||||
return (
|
return (
|
||||||
<aside
|
<aside
|
||||||
style={style}
|
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">
|
<div className="pt-2 text-xs">
|
||||||
<Tree
|
<Tree
|
||||||
|
|||||||
Reference in New Issue
Block a user