فهرست منبع

Fix error in mobile asides

soyjavi 13 سال پیش
والد
کامیت
511666dd61
3فایلهای تغییر یافته به همراه1 افزوده شده و 6 حذف شده
  1. 1 2
      src/stylesheets/lungo.layout.styl
  2. 0 3
      src/stylesheets/lungo.media.phone.styl
  3. 0 1
      src/stylesheets/lungo.media.tablet.styl

+ 1 - 2
src/stylesheets/lungo.layout.styl

@@ -97,11 +97,10 @@ body
     min-width: ASIDE_WIDTH
     display: none
     z-index: -1
-    &.active
+    &.active, &.show
       display-box()
     &.show
       z-index: 0
-      display-box()
     &.right
       right: 0px
 

+ 0 - 3
src/stylesheets/lungo.media.phone.styl

@@ -10,9 +10,6 @@
 
     & > aside
       position: absolute
-      display: none !important
-      &.show
-        display: block !important
 
     & > section
       display: none

+ 0 - 1
src/stylesheets/lungo.media.tablet.styl

@@ -10,7 +10,6 @@
     & > aside
       width 15%
       transform translateX(-100%)
-
       transition-property transform
       transition-duration TRANSITION_TIME
       &.show