[Mobile] IN PROGRESS: Fixed object-browse-bar flex

open #74
Also set left position of .object-browse-bar;
This commit is contained in:
Charles Hacskaylo
2015-08-25 13:51:02 -07:00
parent c71f1fe447
commit fd5a911d50
4 changed files with 13 additions and 12 deletions

View File

@@ -30,7 +30,6 @@ $tabletItemH: floor($ueBrowseGridItemLg/3);
/************************** MOBILE TREE MENU DIMENSIONS */
$mobileTreeItemH: 35px;
$mobile-startingTreeLeft: 3px;
$mobileTreeItemIndent: 20px;
$mobileTreeRightArrowW: 30px;

View File

@@ -109,7 +109,7 @@
.object-browse-bar {
//@include test();
//left: 35px !important; // TEMP
left: 30px !important;
.context-available {
opacity: 1 !important;
}