[Mobile] Tree menu Open

Tree menu select arrow button's width
is now size of full button. Prior to this
the pressable area was less and therefore
less responsive.
This commit is contained in:
Shivam Dave
2015-07-29 10:25:09 -07:00
parent 7cc14a195b
commit d262520594
2 changed files with 8 additions and 4 deletions

View File

@@ -37,6 +37,8 @@ ul.tree {
position: absolute;
right: $mobile-treeRight;
font-size: 1.8em;
right: 0px;
width: auto;
}
.label {