File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
component/src/components/resize-panel Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export const resizeHandleContainer = style({
5050 right : resizeHandleOffsetVar ,
5151 top : resizeHandleVerticalPadding ,
5252 bottom : resizeHandleVerticalPadding ,
53- width : 16 ,
53+ width : 8 ,
5454 zIndex : '1' ,
5555 transform : 'translateX(50%)' ,
5656 backgroundColor : 'transparent' ,
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ export function AppSidebar({ children }: PropsWithChildren) {
9494 onResizing = { setResizing }
9595 onWidthChange = { setWidth }
9696 className = { navWrapperStyle }
97- resizeHandleOffset = { clientBorder ? 8 : 0 }
97+ resizeHandleOffset = { 0 }
9898 resizeHandleVerticalPadding = { clientBorder ? 16 : 0 }
9999 data-transparent
100100 data-open = { open }
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ const WorkbenchSidebar = () => {
149149 < ResizePanel
150150 floating = { floating }
151151 resizeHandlePos = "left"
152- resizeHandleOffset = { clientBorder ? 3.5 : 0 }
152+ resizeHandleOffset = { 0 }
153153 width = { width }
154154 resizing = { resizing }
155155 onResizing = { setResizing }
You can’t perform that action at this time.
0 commit comments