mirror of
https://github.com/nasa/openmct.git
synced 2025-03-21 19:45:23 +00:00
[Mobile] IN PROGRESS: Fixed object-browse-bar flex
open #74 Also set left position of .object-browse-bar;
This commit is contained in:
parent
c71f1fe447
commit
fd5a911d50
platform/commonUI/general/res
@ -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 {
|
||||
|
@ -30,7 +30,6 @@ $tabletItemH: floor($ueBrowseGridItemLg/3);
|
||||
|
||||
/************************** MOBILE TREE MENU DIMENSIONS */
|
||||
$mobileTreeItemH: 35px;
|
||||
$mobile-startingTreeLeft: 3px;
|
||||
$mobileTreeItemIndent: 20px;
|
||||
$mobileTreeRightArrowW: 30px;
|
||||
|
||||
|
@ -109,7 +109,7 @@
|
||||
|
||||
.object-browse-bar {
|
||||
//@include test();
|
||||
//left: 35px !important; // TEMP
|
||||
left: 30px !important;
|
||||
.context-available {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user