Parcourir la source

hide overlay-gfm-cheatsheet on smartphone

Yuki Takei il y a 7 ans
Parent
commit
8ca7fc13ba
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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;
+    }
   }
 }