From 4e1616fb6150751f56311662a23da2ee2a8476bc Mon Sep 17 00:00:00 2001 From: you Date: Fri, 20 Mar 2026 00:33:24 +0000 Subject: [PATCH] fix: bump feed/legend safe-area offsets to account for two-row VCR on mobile --- public/index.html | 2 +- public/live.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 986789be..91198bc1 100644 --- a/public/index.html +++ b/public/index.html @@ -22,7 +22,7 @@ - + diff --git a/public/live.css b/public/live.css index dc9c169d..e0d04b3d 100644 --- a/public/live.css +++ b/public/live.css @@ -438,9 +438,9 @@ @supports (padding-bottom: env(safe-area-inset-bottom)) { .vcr-bar { padding-bottom: calc(8px + env(safe-area-inset-bottom, 34px)); } - .live-feed { bottom: calc(58px + env(safe-area-inset-bottom, 34px)); } - .feed-show-btn { bottom: calc(68px + env(safe-area-inset-bottom, 34px)) !important; } - .live-legend { bottom: calc(58px + env(safe-area-inset-bottom, 34px)); } + .live-feed { bottom: calc(78px + env(safe-area-inset-bottom, 34px)); } + .feed-show-btn { bottom: calc(88px + env(safe-area-inset-bottom, 34px)) !important; } + .live-legend { bottom: calc(78px + env(safe-area-inset-bottom, 34px)); } } .vcr-bar > .vcr-controls { display: flex; align-items: center; gap: 4px; flex-shrink: 0;