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

@@ -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");