mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-05-26 11:44:10 +00:00
fix: mobile VCR bar bottom padding with safe-area + 20px fallback
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=1773963867">
|
||||
<link rel="stylesheet" href="home.css">
|
||||
<link rel="stylesheet" href="live.css?v=1773966804">
|
||||
<link rel="stylesheet" href="live.css?v=1773966856">
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
|
||||
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
|
||||
crossorigin="anonymous">
|
||||
|
||||
@@ -630,6 +630,7 @@
|
||||
/* Mobile VCR: two-row stacked layout */
|
||||
.vcr-bar {
|
||||
padding: 4px 8px;
|
||||
padding-bottom: calc(4px + env(safe-area-inset-bottom, 20px));
|
||||
flex-wrap: wrap;
|
||||
gap: 4px;
|
||||
overflow: visible;
|
||||
|
||||
Reference in New Issue
Block a user