[Mobile] More consistent

More consistent when moving from
landscape to portrait and
vice-versa on devices. However
still encountering issue with
the browser being resized.
This commit is contained in:
Dave
2015-07-10 10:56:48 -07:00
parent 30bed434fe
commit d3ae4b729f
5 changed files with 99 additions and 73 deletions

View File

@@ -35,10 +35,14 @@
}
.holder-show {
@include phoneandtablet {
@include phone {
@include transition-duration(.2s);
left: 0px;
}
}
@include tablet {
@include transition-duration(.2s);
left: 0px;
}
}
.button-show {
@@ -81,13 +85,6 @@
}
}
.exclude-mobile {
@include phoneandtablet {
display: none;
}
}
.browse-manage {
@include phone {
width: $leftPhone;