diff --git a/platform/commonUI/general/res/sass/_inspector.scss b/platform/commonUI/general/res/sass/_inspector.scss index 62917017a4..e34177dda5 100644 --- a/platform/commonUI/general/res/sass/_inspector.scss +++ b/platform/commonUI/general/res/sass/_inspector.scss @@ -43,6 +43,16 @@ vertical-align: bottom; } } + + .split-layout { + .split-pane-component.pane { + &.bottom { + height: 30%; + min-height: 20%; + max-height: 80%; + } + } + } ul { @include box-sizing(border-box); @@ -109,4 +119,10 @@ width: 4px; } } -} \ No newline at end of file + .holder-elements { + .current-elements { + position: relative; + } + } +} + diff --git a/platform/commonUI/general/res/sass/user-environ/_layout.scss b/platform/commonUI/general/res/sass/user-environ/_layout.scss index e6e6ba5f93..e7c312e802 100644 --- a/platform/commonUI/general/res/sass/user-environ/_layout.scss +++ b/platform/commonUI/general/res/sass/user-environ/_layout.scss @@ -309,12 +309,17 @@ top: $bodyMargin; bottom: $bodyMargin; } - .holder-inspector-elements { + .holder-inspector { top: $bodyMargin; bottom: $bodyMargin; left: $bodyMargin; right: $bodyMargin; - + } + .holder-elements { + top: 0; + bottom: $bodyMargin; + left: $bodyMargin; + right: $bodyMargin; } } } diff --git a/platform/commonUI/general/res/templates/object-inspector.html b/platform/commonUI/general/res/templates/object-inspector.html index cf111a3695..20025a690b 100644 --- a/platform/commonUI/general/res/templates/object-inspector.html +++ b/platform/commonUI/general/res/templates/object-inspector.html @@ -19,45 +19,64 @@ this source code distribution or the Licensing information page available at runtime from the About dialog for additional information. --> +
-