[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

@@ -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;
}
}
}