فهرست منبع

hide overlay-gfm-cheatsheet on smartphone

Yuki Takei 7 سال پیش
والد
کامیت
8ca7fc13ba
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      resource/styles/scss/_editor-overlay.scss

+ 5 - 0
resource/styles/scss/_editor-overlay.scss

@@ -52,5 +52,10 @@
         list-style: none;
       }
     }
+
+    // hide on smartphone
+    @media (max-width: $screen-xs) {
+      display: none;
+    }
   }
 }