mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
add configurable max content width with default value of 1200px.
This commit is contained in:
@@ -19,7 +19,7 @@ export default class SplitNoteContainer extends FlexContainer {
|
||||
const $renderedWidget = widget.render();
|
||||
|
||||
$renderedWidget.attr("data-ntx-id", noteContext.ntxId);
|
||||
$renderedWidget.css("flex-basis", "0"); // so that each split has same width
|
||||
$renderedWidget.addClass("note-split");
|
||||
|
||||
$renderedWidget.on('click', () => appContext.tabManager.activateNoteContext(noteContext.ntxId));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user