[Mobile] Menu Adjustment

Makes highlight go all the way to right.
Also makes the arrow be absolute on the
right side, making it aligned to right.
This commit is contained in:
Shivam Dave
2015-07-21 14:29:13 -07:00
parent 56e51ea32a
commit 0842f464db
2 changed files with 16 additions and 16 deletions

View File

@@ -21,8 +21,9 @@
*****************************************************************************/
.test-tree-words {
@include phoneandtablet {
margin-bottom: 7px;
width: 90%;
margin-bottom: 4px;
margin-bottom: 4px;
width: 100%;
text-overflow: ellipsis;
}
}
@@ -55,9 +56,8 @@ ul.tree {
}
.view-control {
position: relative;
left: 100%;
right: 0;
position: absolute;
right: 5px;
font-size: 1.5em;
$runningItemW: $interiorMargin + $treeVCW;
}