]> git.parisson.com Git - mezzo.git/commitdiff
Fix nav tree on mobile devices
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Mon, 24 Oct 2016 08:29:47 +0000 (10:29 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Mon, 24 Oct 2016 08:29:47 +0000 (10:29 +0200)
app/static/src/sass/modules/navs/_nav-tree.scss

index 7f13b59e71e760803361c4f132adc6005dcc63f4..6eac3682f3317080b24d694b959923ed327bcc8f 100644 (file)
@@ -42,6 +42,10 @@ $module: ".nav-tree";
         border-right: 2px solid white;
         border-bottom: 2px solid white;
 
+        @include mq($until: sm) {
+            border-top: 1px solid white;
+        }
+
     }
 
     &__item {