improve receiver button alignment

This commit is contained in:
Jakob Ketterl
2019-10-04 00:17:40 +02:00
parent 9f90d01dc6
commit 351f63f0b8
2 changed files with 16 additions and 2 deletions

View File

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