Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <webdevcat@proton.me>2024-08-08 16:12:21 -0700
committerCatalin Mititiuc <webdevcat@proton.me>2024-08-08 16:12:21 -0700
commitca9ad3ac2a8a0b5709ae7f55dcff3a7473bb9203 (patch)
tree006e73211ae3559ce8f80bc1cbe656472e4cdc29 /public/index.html
parent23188152c91a8e638ab832fa1fa122d59d1fc391 (diff)
Add toggle for auto map-centering
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html
index 4aeaaa0..a4f2858 100644
--- a/public/index.html
+++ b/public/index.html
@@ -117,8 +117,18 @@
</label>
</div>
- <div id="toggle-grid-vis">
- <input type="checkbox" checked />
+ <div class="opt-toggle">
+ <input type="checkbox" id="toggle-grid-vis" checked />
+ <label for="toggle-grid-vis">
+ <span class="off">⬡</span><span class="on">⬢</span>
+ </label>
+ </div>
+
+ <div class="opt-toggle">
+ <input type="checkbox" id="auto-center-map" />
+ <label for="auto-center-map">
+ <span class="off">⦾</span><span class="on">⦿</span>
+ </label>
</div>
<div id="toggle-firing-arc-vis">