diff --git a/src/components/layout/LeftToolbar.tsx b/src/components/layout/LeftToolbar.tsx index edeb3a2..69ae3a9 100644 --- a/src/components/layout/LeftToolbar.tsx +++ b/src/components/layout/LeftToolbar.tsx @@ -120,40 +120,44 @@ export default function LeftToolbar({ background: 'transparent', display: 'flex', flexDirection: 'column', - justifyContent: 'space-between', padding: '12px 8px', flexShrink: 0, transition: 'width 0.2s ease', overflow: 'hidden', }} > -
- - -
- - - +
+ {/* Top: collapse + actions */} +
+ +
+ + + +
-
-
- {VIEW_ITEMS.map((item) => ( - onPaneTypeClick(item.paneType)} - activeTone="green" - /> - ))} + {/* Middle: view items, vertically centered */} +
+
+
+ {VIEW_ITEMS.map((item) => ( + onPaneTypeClick(item.paneType)} + activeTone="green" + /> + ))} +