locate me button fix
This commit is contained in:
parent
f78f40986b
commit
d38f7ce318
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue