Show/hide mobile sidebar

This commit is contained in:
jude
2023-12-03 16:39:08 +00:00
parent 4fee936939
commit 4dc821bf73
3 changed files with 50 additions and 31 deletions

View File

@ -29,33 +29,6 @@
<link rel="stylesheet" href="/static/css/dtsel.css">
</head>
<body>
<nav
class="navbar is-spaced is-size-4 is-hidden-desktop dashboard-navbar"
role="navigation"
aria-label="main navigation"
>
<div class="navbar-brand">
<a class="navbar-item" href="/">
<figure class="image">
<img width="28px" height="28px" src="/static/img/logo_nobg.webp" alt="Reminder Bot Logo">
</figure>
</a>
<p class="navbar-item pageTitle"></p>
<a
role="button"
class="dashboard-burger navbar-burger is-right"
aria-label="menu"
aria-expanded="false"
data-target="mobileSidebar"
>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
</nav>
<div id="app"></div>
<script type="module" src="/src/index.tsx"></script>
</body>