implement exponential frequency input on the receiver, too

This commit is contained in:
Jakob Ketterl
2021-02-28 17:28:22 +01:00
parent 094f470ebb
commit a92ead3261
2 changed files with 63 additions and 10 deletions

View File

@ -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;