From 287d666154c9d7318562bdb2df6110326c317d31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Mon, 24 Oct 2016 10:29:47 +0200 Subject: [PATCH] Fix nav tree on mobile devices --- app/static/src/sass/modules/navs/_nav-tree.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/static/src/sass/modules/navs/_nav-tree.scss b/app/static/src/sass/modules/navs/_nav-tree.scss index 7f13b59e..6eac3682 100644 --- a/app/static/src/sass/modules/navs/_nav-tree.scss +++ b/app/static/src/sass/modules/navs/_nav-tree.scss @@ -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 { -- 2.39.5