mobile live: hide feed+legend, keep LCD visible

This commit is contained in:
you
2026-03-19 23:41:42 +00:00
parent 94203ff7b0
commit d108f4dfaa
2 changed files with 6 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=1773963646">
<link rel="stylesheet" href="live.css?v=1773963702">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
crossorigin="anonymous">
+5 -1
View File
@@ -609,7 +609,11 @@
.vcr-bar { padding: 4px 6px; overflow-x: auto; flex-wrap: nowrap; }
.vcr-btn { padding: 6px 10px; font-size: 0.8rem; min-height: 36px; min-width: 36px; }
.vcr-scope-btn { font-size: 0.7rem; padding: 4px 8px; min-height: 36px; }
.vcr-lcd { display: none; }
.vcr-lcd { display: flex; }
.live-feed { display: none; }
.feed-show-btn { display: none !important; }
.live-legend { display: none; }
.legend-toggle-btn { display: none !important; }
}
/* Timeline time tooltip */