[Mobile] Phone

Adjusted to differentiate
phones and tablets.
This commit is contained in:
Dave
2015-07-08 16:28:40 -07:00
parent cdcaedc8dd
commit 7974f33781
2 changed files with 19 additions and 7 deletions

View File

@@ -24,10 +24,14 @@
// NOTE: Added to adjust the browse folder tree list view
.holder-hide {
@include phoneandtablet {
@include phone {
@include transition-duration(.2s);
left: -108px;
}
@include tablet {
@include transition-duration(.2s);
left: -150px;
}
}
}
.holder-show {