mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 22:17:34 +00:00
improve receiver button alignment
This commit is contained in:
parent
9f90d01dc6
commit
351f63f0b8
2 changed files with 16 additions and 2 deletions
|
|
@ -421,12 +421,18 @@ input[type=range]:focus::-ms-fill-upper
|
|||
color: #FFFF50;
|
||||
}
|
||||
|
||||
.openwebrx-button:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.openwebrx-demodulator-button
|
||||
{
|
||||
width: 38px;
|
||||
height: 19px;
|
||||
font-size: 12pt;
|
||||
text-align: center;
|
||||
flex: 1;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.openwebrx-dial-button svg {
|
||||
|
|
@ -597,6 +603,11 @@ img.openwebrx-mirror-img
|
|||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.openwebrx-panel-flex-line {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.openwebrx-panel-line:first-child {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
|
@ -707,6 +718,7 @@ img.openwebrx-mirror-img
|
|||
width: 173px;
|
||||
height: 27px;
|
||||
padding-left:3px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#openwebrx-sdr-profiles-listbox {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue