UX fix
This commit is contained in:
parent
d93c13c162
commit
99db3476e8
3 changed files with 25 additions and 1 deletions
|
|
@ -55,6 +55,7 @@
|
|||
<span id="slider-max">-</span>
|
||||
</div>
|
||||
<div id="visible-count"></div>
|
||||
<div id="last-updated-mobile"></div>
|
||||
<div id="legend">
|
||||
<div class="legend-header" id="legend-title">Régulier (¢/L)</div>
|
||||
<div class="legend-gradient"></div>
|
||||
|
|
@ -66,7 +67,7 @@
|
|||
</div>
|
||||
|
||||
<div id="filter-backdrop"></div>
|
||||
<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;">
|
||||
<button id="locate-btn" aria-label="Ma position" title="Ma position">
|
||||
<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>
|
||||
<div id="last-updated" hidden>{{.LastUpdated}}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue