mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
implement exponential frequency input on the receiver, too
This commit is contained in:
parent
094f470ebb
commit
a92ead3261
2 changed files with 63 additions and 10 deletions
|
|
@ -344,6 +344,19 @@ input[type=range]:disabled {
|
|||
flex: 1;
|
||||
}
|
||||
|
||||
.webrx-actual-freq .input-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.webrx-actual-freq .input-group > * {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.webrx-actual-freq .input-group input {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
.webrx-actual-freq input {
|
||||
font-family: 'roboto-mono';
|
||||
width: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue