mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
sidebar pulled outside of the tab content and added splitter
This commit is contained in:
@@ -194,7 +194,7 @@ export default class SidebarOptions {
|
||||
const sidebarMinWidth = this.$sidebarMinWidth.val();
|
||||
|
||||
// need to find them dynamically since they change
|
||||
const $sidebar = $(".note-detail-sidebar");
|
||||
const $sidebar = $("#right-pane");
|
||||
|
||||
const $content = $(".note-detail-content");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user