[Mobile] Size Adjustment

Adjusted indentation size
on the tree. Also change size of the
hamburger icon to match the
object icon and moved it slightly
down.
This commit is contained in:
Shivam Dave
2015-07-24 12:35:19 -07:00
parent 2355d354b3
commit b37ee19fbc
8 changed files with 29 additions and 56 deletions

View File

@@ -136,13 +136,9 @@
// over to make space for the
// hamburger icon
.object-header-mobile {
@include phone {
@include phoneandtablet {
position: relative;
left: 30px;
}
@include tablet {
position: relative;
left: 35px;
left: 44px;
}
}