layout changes

This commit is contained in:
zadam
2021-06-13 22:55:31 +02:00
parent e054a1694e
commit fb31acc8e0
30 changed files with 125 additions and 73 deletions

View File

@@ -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}) {