mirror of
https://github.com/zadam/trilium.git
synced 2025-12-28 02:04:26 +01:00
chore(right_pane): make the gutter slightly bigger
This commit is contained in:
parent
ea3222cf12
commit
7f7ec5d858
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user