[Frontend] Converting tree items and labels to flex-box

open #431
Mobile fixes complete;
This commit is contained in:
Charles Hacskaylo
2015-12-16 14:52:19 -08:00
parent 9b32461240
commit b59fc43038
3 changed files with 43 additions and 26 deletions

View File

@@ -34,6 +34,8 @@
line-height: $mobileTreeItemH;
margin-bottom: 0px;
.view-control {
font-size: 1.2em;
margin-right: 0;
order: 2;
width: $mobileTreeItemH;
&.has-children {
@@ -49,6 +51,9 @@
}
.t-object-label {
line-height: inherit;
.t-item-icon.l-icon-link:before {
bottom: 20%; // Shift up due to height of mobile menu items
}
}
}
}