Browse Source

hide overlay-gfm-cheatsheet on smartphone

Yuki Takei 7 years ago
parent
commit
8ca7fc13ba
1 changed files with 5 additions and 0 deletions
  1. 5 0
      resource/styles/scss/_editor-overlay.scss

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

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