diff --git a/platform/commonUI/general/res/css/theme-espresso.css b/platform/commonUI/general/res/css/theme-espresso.css index b6af269225..f06a544a3d 100644 --- a/platform/commonUI/general/res/css/theme-espresso.css +++ b/platform/commonUI/general/res/css/theme-espresso.css @@ -566,8 +566,7 @@ mct-container { flex-flow: row nowrap; } /* line 91, ../sass/user-environ/_layout.scss */ .bar.l-flex .left { - background-color: rgba(0, 128, 0, 0.2); - flex: 1 1 auto; } + flex: 1 1 0; } /* line 99, ../sass/user-environ/_layout.scss */ .user-environ .browse-area, @@ -868,12 +867,15 @@ mct-container { top: 12px; left: 10px; } - /* line 113, ../sass/mobile/_layout.scss */ - .object-browse-bar .context-available { - opacity: 1 !important; } - /* line 116, ../sass/mobile/_layout.scss */ - .object-browse-bar .view-switcher { - margin-right: 0 !important; } + /* line 110, ../sass/mobile/_layout.scss */ + .object-browse-bar { + left: 30px !important; } + /* line 113, ../sass/mobile/_layout.scss */ + .object-browse-bar .context-available { + opacity: 1 !important; } + /* line 116, ../sass/mobile/_layout.scss */ + .object-browse-bar .view-switcher { + margin-right: 0 !important; } /* line 121, ../sass/mobile/_layout.scss */ .tree-holder { diff --git a/platform/commonUI/general/res/sass/mobile/_constants.scss b/platform/commonUI/general/res/sass/mobile/_constants.scss index 737c06ac63..913d47c0e3 100644 --- a/platform/commonUI/general/res/sass/mobile/_constants.scss +++ b/platform/commonUI/general/res/sass/mobile/_constants.scss @@ -30,7 +30,6 @@ $tabletItemH: floor($ueBrowseGridItemLg/3); /************************** MOBILE TREE MENU DIMENSIONS */ $mobileTreeItemH: 35px; -$mobile-startingTreeLeft: 3px; $mobileTreeItemIndent: 20px; $mobileTreeRightArrowW: 30px; diff --git a/platform/commonUI/general/res/sass/mobile/_layout.scss b/platform/commonUI/general/res/sass/mobile/_layout.scss index c073a65134..008beef117 100644 --- a/platform/commonUI/general/res/sass/mobile/_layout.scss +++ b/platform/commonUI/general/res/sass/mobile/_layout.scss @@ -109,7 +109,7 @@ .object-browse-bar { //@include test(); - //left: 35px !important; // TEMP + left: 30px !important; .context-available { opacity: 1 !important; } diff --git a/platform/commonUI/general/res/sass/user-environ/_layout.scss b/platform/commonUI/general/res/sass/user-environ/_layout.scss index 1c87dc6d0e..e8960464f8 100644 --- a/platform/commonUI/general/res/sass/user-environ/_layout.scss +++ b/platform/commonUI/general/res/sass/user-environ/_layout.scss @@ -89,8 +89,8 @@ display: flex; flex-flow: row nowrap; .left { - @include test(green); - flex: 1 1 auto; + //@include test(green); + flex: 1 1 0; } } }