mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
sidebar pulled outside of the tab content and added splitter
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user