Shrunk top icon bar width by a bit.

This commit is contained in:
Marat Fayzullin 2024-02-03 16:36:35 -05:00
parent 70ac743674
commit ed3bcc3e21
3 changed files with 3 additions and 1 deletions

View File

@ -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).

1
debian/changelog vendored
View File

@ -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).

View File

@ -135,7 +135,7 @@
.openwebrx-main-buttons {
padding: 5px 15px;
padding: 5px;
display: flex;
list-style: none;
margin:0;