sidebar pulled outside of the tab content and added splitter

This commit is contained in:
zadam
2019-12-23 15:50:24 +01:00
parent 81e2baeee5
commit d29c5c4758
9 changed files with 91 additions and 75 deletions

View File

@@ -287,10 +287,10 @@ function registerEntrypoints() {
searchNotesService.searchInSubtree(node.data.noteId);
});
Split(['#left-pane', '#center-pane'], {
sizes: [25, 75],
Split(['#left-pane', '#center-pane', '#right-pane'], {
sizes: [25, 50, 25],
gutterSize: 5
})
});
}
export default {