mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
frameless design with tabs on top, split for left panel
This commit is contained in:
@@ -286,6 +286,11 @@ function registerEntrypoints() {
|
||||
|
||||
searchNotesService.searchInSubtree(node.data.noteId);
|
||||
});
|
||||
|
||||
Split(['#left-pane', '#center-pane'], {
|
||||
sizes: [25, 75],
|
||||
gutterSize: 5
|
||||
})
|
||||
}
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user