Skip to content
Snippets Groups Projects
Commit 49949cf5 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Remove duplicate menu button

parent 34681e16
Branches prepare-release-2.7.1
No related tags found
1 merge request!995Resolve "Fix menu button being displayed twice on small screens"
Pipeline #59807 passed
......@@ -9,6 +9,11 @@ and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Fixed
~~~~~
* The menu button used to be displayed twice on smaller screens.
2.8.1`_ - 2022-03-13
--------------------
......
......@@ -67,18 +67,11 @@
<body {% if no_menu %}class="without-menu"{% endif %}>
<header>
<!-- Menu button (sidenav) -->
<div class="container">
<a href="#" data-target="slide-out" class="top-nav sidenav-trigger hide-on-large-only">
<i class="material-icons iconify" data-icon="mdi:menu"></i>
</a>
</div>
<!-- Nav bar (logged in as, logout) -->
<nav class="nav-extended">
<div class="nav-wrapper">
<a href="#" data-target="slide-out" class="top-nav sidenav-trigger hide-on-large-only">
<i class="material-icons">menu</i>
<i class="material-icons iconify" data-icon="mdi:menu"></i>
</a>
<a class="brand-logo" href="/">{{ request.site.preferences.general__title }}</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment