[Mobile] Clean-up

Cleaned up scss and also, the
edit/new tab/full screen buttons are
hidden in mobile, temporarily.
This commit is contained in:
Shivam Dave
2015-07-14 13:10:28 -07:00
parent f3678d9d52
commit 6f07a21bb8
4 changed files with 18 additions and 45 deletions

View File

@@ -44,7 +44,7 @@
}
}
.button-show {
.button-pos {
position: absolute;
@include transition-duration(.2s);
@include phone {
@@ -55,17 +55,6 @@
}
}
.button-hide {
position: absolute;
@include transition-duration(.2s);
@include phone {
left: $phoneSlideMenuWidth;
}
@include tablet {
left: $tabletSlideMenuWidth;
}
}
.object-header-mobile {
position: relative;
@include phone {