mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 05:38:12 +00:00
Markup / scss refactor WIP
- Scroll on tree; - Class renaming pane > l-pane; - Refinements to collapsed state, WIP
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<div class="l-shell__search">
|
||||
<search class="c-search--major" ref="shell-search"></search>
|
||||
</div>
|
||||
<div class="l-shell__tree u-last">
|
||||
<div class="l-shell__tree">
|
||||
<MctTree ref="shell-tree"></MctTree>
|
||||
</div>
|
||||
</pane>
|
||||
@ -57,6 +57,10 @@
|
||||
order: 2;
|
||||
}
|
||||
|
||||
&__tree {
|
||||
flex: 1 1 100%;
|
||||
}
|
||||
|
||||
&__object-view {
|
||||
flex: 1 1 auto;
|
||||
padding: $interiorMarginLg;
|
||||
|
Reference in New Issue
Block a user