mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-05-28 13:14:10 +00:00
fix: legend bottom 12px→58px to clear VCR bar
This commit is contained in:
+1
-1
@@ -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
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user