[Mobile] Item Height

Adjusted item height in
folder/layout list to be
automatically same as the
list object, not flowing over.
Applied to both phones and tablets.
This commit is contained in:
Shivam Dave
2015-07-30 14:10:43 -07:00
parent 85658d3d1f
commit 25e8bb44d2
2 changed files with 7 additions and 7 deletions

View File

@@ -43,6 +43,7 @@
top: 0px;
left: 0px;
text-align: left;
height: auto
}
.item-open {
display: none;
@@ -60,7 +61,6 @@
.item-main {
.item-type {
line-height: $phone-itemHeight * .8;
height: auto;
}
}
.title {