fix: outlinePicker layout height
This commit is contained in:
parent
9d533f0e2a
commit
0e185e523b
|
|
@ -1,7 +1,16 @@
|
|||
bn-note-outline {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#bn-link-insert-position-container {
|
||||
align-items: center;
|
||||
#bn-select-note-outline-container {
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#bn-select-note-outline-content {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
#bn-link-insert-position-container {
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,11 +25,13 @@ export class OutlinePicker extends PluginCEBase {
|
|||
<hbox class="toolbar-middle"></hbox>
|
||||
<hbox class="toolbar-end"></hbox>
|
||||
</hbox>
|
||||
<vbox
|
||||
id="bn-select-note-outline-content"
|
||||
class="container virtualized-table-container"
|
||||
>
|
||||
<html:div id="bn-select-note-outline-tree-${this.uid}"></html:div>
|
||||
<vbox id="bn-select-note-outline-container">
|
||||
<vbox
|
||||
id="bn-select-note-outline-content"
|
||||
class="virtualized-table-container"
|
||||
>
|
||||
<html:div id="bn-select-note-outline-tree-${this.uid}"></html:div>
|
||||
</vbox>
|
||||
</vbox>
|
||||
<hbox id="bn-link-insert-position-container">
|
||||
<label>At section</label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue