locate me button fix

This commit is contained in:
Polen 2026-04-08 11:33:15 -04:00
parent f78f40986b
commit d38f7ce318

View file

@ -66,7 +66,7 @@
</div> </div>
<div id="filter-backdrop"></div> <div id="filter-backdrop"></div>
<button id="locate-btn" aria-label="Ma position" title="Ma position"> <button id="locate-btn" aria-label="Ma position" title="Ma position" style="position:absolute;bottom:34px;right:8px;width:30px;height:30px;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:6px;background:var(--card);color:var(--card-foreground);box-shadow:0 2px 8px rgba(0,0,0,0.15);cursor:pointer;z-index:1000;">
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="3"/><path d="M12 2v3M12 19v3M2 12h3M19 12h3"/></svg> <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="3"/><path d="M12 2v3M12 19v3M2 12h3M19 12h3"/></svg>
</button> </button>
<div id="last-updated" hidden>{{.LastUpdated}}</div> <div id="last-updated" hidden>{{.LastUpdated}}</div>