mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
layout changes
This commit is contained in:
@@ -8,8 +8,9 @@ export default class SplitNoteContainer extends FlexContainer {
|
||||
this.widgetFactory = widgetFactory;
|
||||
this.widgets = {};
|
||||
|
||||
this.class('note-split-container-widget');
|
||||
this.class('split-note-container-widget');
|
||||
this.css('flex-grow', '1');
|
||||
this.collapsible();
|
||||
}
|
||||
|
||||
async newNoteContextCreatedEvent({noteContext}) {
|
||||
|
||||
Reference in New Issue
Block a user