Shrunk top icon bar width by a bit.
This commit is contained in:
parent
70ac743674
commit
ed3bcc3e21
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@
|
|||
|
||||
|
||||
.openwebrx-main-buttons {
|
||||
padding: 5px 15px;
|
||||
padding: 5px;
|
||||
display: flex;
|
||||
list-style: none;
|
||||
margin:0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue