frameless design with tabs on top, split for left panel

This commit is contained in:
zadam
2019-12-23 11:52:45 +01:00
parent 613d5f93e8
commit 7c8e7a3f4b
7 changed files with 87 additions and 45 deletions

View File

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