ソースを参照

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 */