0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Make the PSM tabs transition only happen on larger screens

This commit is contained in:
Paul Adam Davis 2014-09-26 23:19:18 +01:00
parent 4e3de54dca
commit f6ec4c68fc

View file

@ -80,7 +80,9 @@
overflow: auto;
-webkit-overflow-scrolling: touch;
transition: transform $side-outlet-transition-duration cubic-bezier(0.1, 0.7, 0.1, 1);
@media (min-width: 901px) {
transition: transform $side-outlet-transition-duration cubic-bezier(0.1, 0.7, 0.1, 1);
}
&.outlet-pane-out-left {
transform: translate3d(-100%, 0px, 0px);