mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 02:30:42 +01:00
fixes & tweaks
This commit is contained in:
@@ -136,7 +136,11 @@ export default class SidebarOptions {
|
||||
// need to find them dynamically since they change
|
||||
const $sidebar = $(".note-detail-sidebar");
|
||||
|
||||
const $content = $(".note-detail-content");
|
||||
|
||||
$sidebar.css("width", sidebarWidthPercent + '%');
|
||||
$sidebar.css("min-width", sidebarMinWidth + 'px');
|
||||
|
||||
$content.css("width", (100 - sidebarWidthPercent) + '%');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user