[Mobile] Right Pane sets

Right pane sets the size of itself,
causing the left pane to re-adjust
to fit the screen based on it. Also
transitions work on the slide and the
fade in.
This commit is contained in:
Shivam Dave
2015-07-20 09:16:28 -07:00
parent 2614427e0e
commit 6e406fd060
5 changed files with 136 additions and 99 deletions

View File

@@ -89,6 +89,6 @@
}
@mixin slMenuTransitions {
@include transition-duration(.2s);
@include transition-duration(.35s);
transition-timing-function: ease;
}