[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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user