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:
parent
4e3de54dca
commit
f6ec4c68fc
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue