fix: legend bottom 12px→58px to clear VCR bar

This commit is contained in:
you
2026-03-19 23:38:33 +00:00
parent a37b0574e7
commit 830c8cc0af
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
<meta name="twitter:image" content="https://raw.githubusercontent.com/Kpa-clawbot/meshcore-analyzer/master/public/og-image.png">
<link rel="stylesheet" href="style.css?v=1773963309">
<link rel="stylesheet" href="home.css">
<link rel="stylesheet" href="live.css?v=1773963309">
<link rel="stylesheet" href="live.css?v=1773963513">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
crossorigin="anonymous">
+1 -1
View File
@@ -168,7 +168,7 @@
/* ---- Legend ---- */
.live-legend {
bottom: 12px;
bottom: 58px;
right: 12px;
background: color-mix(in srgb, var(--surface-1) 92%, transparent);
backdrop-filter: blur(12px);