فهرست منبع

Hide pull if it's necesary

Javi Jimenez Villar 13 سال پیش
والد
کامیت
169c4621d7
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      src/stylesheets/lungo.widget.styl

+ 5 - 1
src/stylesheets/lungo.widget.styl

@@ -166,7 +166,10 @@ size = 5px
   margin: 0
 
 /* ==================================  PULL  ================================== */
-body > section.show > [data-control="pull"]
+section.hide > [data-control="pull"]
+  display: none
+
+section.show > [data-control="pull"]
   position: absolute
   z-index: -1
   top: HEADER_HEIGHT
@@ -207,6 +210,7 @@ body > section.show > [data-control="pull"]
       display: inline-block
 
 
+
 /* ================================  SPLASH  ================================ */
 body > section > article.splash
   text-align: center