mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
FFT is shown on the additional panel
This commit is contained in:
parent
5cc93a03e7
commit
0357c8b3ed
6 changed files with 104 additions and 14 deletions
|
|
@ -823,6 +823,13 @@ img.openwebrx-mirror-img
|
|||
border-radius: 15px;
|
||||
height: 150px;
|
||||
background-color: #333;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#openwebrx-digimode-canvas-container canvas
|
||||
{
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#openwebrx-secondary-demod-listbox
|
||||
|
|
@ -911,6 +918,7 @@ img.openwebrx-mirror-img
|
|||
{
|
||||
perspective: 700px;
|
||||
}
|
||||
|
||||
#openwebrx-digimode-content .part
|
||||
{
|
||||
animation: new-digimode-data-3d 100ms;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue