Pane cleanup

This commit is contained in:
Pete Richards
2018-08-15 16:44:02 -07:00
parent 5deff887fc
commit 91eefbfa7b
4 changed files with 168 additions and 155 deletions

View File

@ -3,7 +3,7 @@
<multipane class="l-shell__main"
type="horizontal">
<pane class="l-pane l-shell__pane-tree"
splitter="after"
handle="after"
collapsable>
<div class="l-shell__search">
<search class="c-search--major" ref="shell-search"></search>
@ -17,7 +17,7 @@
<div class="l-shell__time-conductor">c-time-conductor</div>
</pane>
<pane class="l-pane l-shell__pane-inspector"
splitter="before"
handle="before"
collapsable>
<MctInspector></MctInspector>
</pane>