chore(right_pane): make the gutter slightly bigger

This commit is contained in:
Elian Doran 2025-12-18 15:40:09 +02:00
parent ea3222cf12
commit 7f7ec5d858
No known key found for this signature in database

View File

@ -46,7 +46,7 @@ export default function RightPanelContainer() {
const splitInstance = Split(elements, {
direction: "vertical",
minSize: COLLAPSED_SIZE,
gutterSize: 1
gutterSize: 4
});
innerSplitRef.current = splitInstance;
return () => splitInstance.destroy();