浏览代码

Hide breadcrumbs in mobile dashboard

Denis K 8 年之前
父节点
当前提交
a8dd6d273a
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      jet/static/jet/css/_dashboard.scss

+ 6 - 0
jet/static/jet/css/_dashboard.scss

@@ -33,6 +33,12 @@
   &.jet #content {
     max-width: none;
   }
+
+  .breadcrumbs {
+    @include for-mobile {
+      display: none;
+    }
+  }
 }
 
 /* RECENT ACTIONS MODULE */