style: mobile layout, tips, minor changes

This commit is contained in:
Ash Monty
2022-08-07 22:58:38 +02:00
parent 4dbd8411b6
commit 976a7861aa
8 changed files with 182 additions and 13 deletions

View File

@@ -27,7 +27,12 @@
</svg>
</a>
{{> header}}
<div class="header-wrapper">
<button id="openSidebar" class="nostyle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg>
</button>
{{> header}}
</div>
{{> docs-sidebar}}
@@ -63,6 +68,8 @@
</div>
</div>
<script src="/assets/js/docssidebarhandler.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/styles/default.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/highlight.min.js"></script>
<link rel="stylesheet" href="/assets/css/highlightjs.css">