mirror of
https://github.com/nasa/openmct.git
synced 2025-05-08 11:38:35 +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
@ -566,8 +566,7 @@ mct-container {
|
|||||||
flex-flow: row nowrap; }
|
flex-flow: row nowrap; }
|
||||||
/* line 91, ../sass/user-environ/_layout.scss */
|
/* line 91, ../sass/user-environ/_layout.scss */
|
||||||
.bar.l-flex .left {
|
.bar.l-flex .left {
|
||||||
background-color: rgba(0, 128, 0, 0.2);
|
flex: 1 1 0; }
|
||||||
flex: 1 1 auto; }
|
|
||||||
|
|
||||||
/* line 99, ../sass/user-environ/_layout.scss */
|
/* line 99, ../sass/user-environ/_layout.scss */
|
||||||
.user-environ .browse-area,
|
.user-environ .browse-area,
|
||||||
@ -868,6 +867,9 @@ mct-container {
|
|||||||
top: 12px;
|
top: 12px;
|
||||||
left: 10px; }
|
left: 10px; }
|
||||||
|
|
||||||
|
/* line 110, ../sass/mobile/_layout.scss */
|
||||||
|
.object-browse-bar {
|
||||||
|
left: 30px !important; }
|
||||||
/* line 113, ../sass/mobile/_layout.scss */
|
/* line 113, ../sass/mobile/_layout.scss */
|
||||||
.object-browse-bar .context-available {
|
.object-browse-bar .context-available {
|
||||||
opacity: 1 !important; }
|
opacity: 1 !important; }
|
||||||
|
@ -30,7 +30,6 @@ $tabletItemH: floor($ueBrowseGridItemLg/3);
|
|||||||
|
|
||||||
/************************** MOBILE TREE MENU DIMENSIONS */
|
/************************** MOBILE TREE MENU DIMENSIONS */
|
||||||
$mobileTreeItemH: 35px;
|
$mobileTreeItemH: 35px;
|
||||||
$mobile-startingTreeLeft: 3px;
|
|
||||||
$mobileTreeItemIndent: 20px;
|
$mobileTreeItemIndent: 20px;
|
||||||
$mobileTreeRightArrowW: 30px;
|
$mobileTreeRightArrowW: 30px;
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@
|
|||||||
|
|
||||||
.object-browse-bar {
|
.object-browse-bar {
|
||||||
//@include test();
|
//@include test();
|
||||||
//left: 35px !important; // TEMP
|
left: 30px !important;
|
||||||
.context-available {
|
.context-available {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
@ -89,8 +89,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row nowrap;
|
flex-flow: row nowrap;
|
||||||
.left {
|
.left {
|
||||||
@include test(green);
|
//@include test(green);
|
||||||
flex: 1 1 auto;
|
flex: 1 1 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user