Explorar o código

Hide breadcrumbs in mobile dashboard

Denis K %!s(int64=8) %!d(string=hai) anos
pai
achega
a8dd6d273a
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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 */