Slightly improve styling on mobile devices

This commit is contained in:
Chandler Swift 2023-07-03 22:41:24 -05:00
parent fd7dca3b11
commit 2ff3e61060
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
2 changed files with 28 additions and 5 deletions

View file

@ -10,6 +10,9 @@
<noscript>Sorry, but you'll need JavaScript enabled for any of this to work!</noscript>
<aside>
<h1>Chandler's Maps</h1>
<div class="ol-unselectable ol-control close" style="pointer-events: auto;">
<button onclick="document.body.classList.toggle('nav-open')">&lsaquo;</button>
</div>
</aside>
<div id="map"></div>
<script type="module" src="./main.js"></script>