From aa5973b756fd62bbba09c1560e415db739a985b4 Mon Sep 17 00:00:00 2001 From: Greg Smith Date: Sun, 11 Feb 2024 08:53:36 +1030 Subject: [PATCH 1/9] add viewport meta --- public_html/index.html | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/public_html/index.html b/public_html/index.html index 6be1b20c3..5515b5bd8 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -2,6 +2,7 @@ + @@ -66,8 +67,8 @@
- - + +
@@ -195,8 +196,8 @@ - +
From 275c63314d9745aa028d798d90923055ba0842d4 Mon Sep 17 00:00:00 2001 From: Greg Smith Date: Thu, 29 Feb 2024 21:19:23 +1030 Subject: [PATCH 8/9] prevent OpenStreetMap attribution from sitting on top of distance scale --- public_html/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public_html/style.css b/public_html/style.css index fcfb22e5d..d2e7a79a6 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -215,6 +215,16 @@ body { left: 10px !important; } +.ol-attribution { + max-width: calc(100% - 160px); +} + +@media (max-width: 560px) { + .ol-attribution { + font-size: 10px; + } +} + div#SpecialSquawkWarning { position: absolute; bottom: 25px; From 9a112016960088573c63293e33b589801b5947eb Mon Sep 17 00:00:00 2001 From: Greg Smith Date: Thu, 29 Feb 2024 21:23:08 +1030 Subject: [PATCH 9/9] allow counters to fill available space --- public_html/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/public_html/style.css b/public_html/style.css index d2e7a79a6..15a0e7ecf 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -941,7 +941,6 @@ input.error { #dump1090_infoblock .counters, #dump1090_infoblock .message-rates { width: 100%; - max-width: 220px; } }