soyjavi 13 년 전
부모
커밋
583b047a77
1개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 5
      src/stylesheets/lungo.media.tablet.styl

+ 3 - 5
src/stylesheets/lungo.media.tablet.styl

@@ -11,13 +11,11 @@
       transition-duration TRANSITION_TIME
       margin-right: -(ASIDE_WIDTH)
       &.show
-        transform translateX(0%)
-        margin-right: 0
-        transition-delay (TRANSITION_TIME / 2)
+        transform translateX(0px)
+        margin-right: 0px
       &.hide
         transform translateX(-100%)
-        margin-right: -(ASIDE_WIDTH)
-        transition-delay 0 !important
+        margin-right: -(ASIDE_WIDTH) !important
 
     & > section
       display: none