From da2a5fe222b8900899b7d879e4de5ecacfd86b86 Mon Sep 17 00:00:00 2001 From: Simounet Date: Thu, 7 Dec 2017 23:47:53 +0100 Subject: [PATCH] Toggle menu anchor replaced by a button --- app/Resources/static/themes/material/css/nav.scss | 8 ++++++++ .../Resources/views/themes/material/layout.html.twig | 2 +- web/wallassets/material.css | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app/Resources/static/themes/material/css/nav.scss b/app/Resources/static/themes/material/css/nav.scss index f986b785..99a048b0 100644 --- a/app/Resources/static/themes/material/css/nav.scss +++ b/app/Resources/static/themes/material/css/nav.scss @@ -31,6 +31,8 @@ nav { padding: 0 0.5rem; height: auto; line-height: 1; + background-color: transparent; + border: none; } } @@ -122,3 +124,9 @@ nav .nav-wrapper i { #button_export { display: none; } + +@media (min-width: 993px) { + .button-collapse { + display: none; + } +} diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig index f6b3c963..5c916a8d 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig @@ -95,7 +95,7 @@