From 366ae61de3c5ced878c57d6d0cd89c009d3e1f9a Mon Sep 17 00:00:00 2001 From: David Huser <4357648+davidhuser@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:11:38 +0200 Subject: [PATCH 1/2] disclaimer on stale data --- css/shared.css | 6 ++++++ index.html | 1 + 2 files changed, 7 insertions(+) diff --git a/css/shared.css b/css/shared.css index f45c42b4..043abc16 100644 --- a/css/shared.css +++ b/css/shared.css @@ -17,6 +17,11 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans- cursor: default; } .header-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; } +.header-disclaimer { + flex: 1; text-align: center; font-size: 12px; color: #f6ed95; + white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + padding: 0 12px; +} #nav { display: flex; align-items: center; gap: 8px; position: relative; margin-left: 6px; } @@ -55,6 +60,7 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans- @media (max-width: 600px) { .beta-badge { display: none; } + .header-disclaimer { font-size: 10px; padding: 0 6px; } .nav-primary .header-link { font-size: 11px; padding: 2px 8px; } .nav-primary { display: none; } .nav-menu .nav-menu-mobile { display: block; } diff --git a/index.html b/index.html index 11404f77..4376fcd4 100644 --- a/index.html +++ b/index.html @@ -47,6 +47,7 @@