diff --git a/app/Resources/static/themes/material/css/nav.scss b/app/Resources/static/themes/material/css/nav.scss index f986b7854..99a048b05 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 f6b3c963c..5c916a8d3 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 @@