fx115: fix context pane notes list layout
This commit is contained in:
parent
64489b243f
commit
42724d13f7
1 changed files with 2 additions and 3 deletions
|
@ -37,7 +37,7 @@
|
|||
</search-textbox>
|
||||
</vbox>
|
||||
</hbox>
|
||||
<vbox style="display: flex; min-width: 0;" flex="1">
|
||||
<vbox style="display: flex; min-width: 0; flex-direction: row;" flex="1">
|
||||
<html:div class="notes-list-container" tabindex="-1">
|
||||
<context-notes-list></context-notes-list>
|
||||
</html:div>
|
||||
|
@ -279,8 +279,7 @@
|
|||
vbox.style.display = 'flex';
|
||||
|
||||
editor = new (customElements.get('note-editor'));
|
||||
editor.style.display = 'flex';
|
||||
editor.style.width = '100%';
|
||||
editor.style.flex = "1";
|
||||
vbox.append(editor);
|
||||
|
||||
tabNotesDeck.append(vbox);
|
||||
|
|
Loading…
Add table
Reference in a new issue