From ed3bcc3e216a05e117d6e993b210292308e97acc Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Sat, 3 Feb 2024 16:36:35 -0500 Subject: [PATCH] Shrunk top icon bar width by a bit. --- CHANGELOG.md | 1 + debian/changelog | 1 + htdocs/css/openwebrx-header.css | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42063387..fd4682da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Merged changes from Jakob Ketterl's original development branch. - Switched to updated CSDR, PyCSDR, OWRX Connector packages. - Fixed WSJT out-of-band reports showing as "null" on the map. +- Fixed top bar icons disappearing on mobile devices. - Fixed compatibility with Python 3.12+. - Fixed orientation of some APRS symbols. - Removed separate RDS decoder (now part of WFM). diff --git a/debian/changelog b/debian/changelog index 418e73e2..9356fd4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ openwebrx (1.2.47) bullseye jammy; urgency=low * Merged changes from Jakob Ketterl's original development branch. * Switched to updated CSDR, PyCSDR, OWRX Connector packages. * Fixed WSJT out-of-band reports showing as "null" on the map. + * Fixed top bar icons disappearing on mobile devices. * Fixed compatibility with Python 3.12+. * Fixed orientation of some APRS symbols. * Removed separate RDS decoder (now part of WFM). diff --git a/htdocs/css/openwebrx-header.css b/htdocs/css/openwebrx-header.css index 0b249aa3..9e923fa5 100644 --- a/htdocs/css/openwebrx-header.css +++ b/htdocs/css/openwebrx-header.css @@ -135,7 +135,7 @@ .openwebrx-main-buttons { - padding: 5px 15px; + padding: 5px; display: flex; list-style: none; margin:0;