X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fcss%2Fnav.scss;h=99a048b055e8242363e93b3cf179e4afa6b89182;hb=da2a5fe222b8900899b7d879e4de5ecacfd86b86;hp=f986b785465aa1b1bc13ee32260b399e9c6f0dc2;hpb=93e3329c58312916b8231cf2dea331a40bfc5d24;p=github%2Fwallabag%2Fwallabag.git 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; + } +}