[Mobile] IN PROGRESS: Fixed object-browse-bar flex
open #74 Also set left position of .object-browse-bar;
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user