add bookmark button
This commit is contained in:
@ -537,6 +537,22 @@ img.openwebrx-mirror-img
|
||||
width:110px;
|
||||
}
|
||||
|
||||
|
||||
#openwebrx-panel-receiver .frequencies-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
#openwebrx-panel-receiver .frequencies {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
#openwebrx-panel-receiver .openwebrx-bookmark-button {
|
||||
width: 27px;
|
||||
height: 27px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#openwebrx-mute-on
|
||||
{
|
||||
color: lime;
|
||||
@ -566,6 +582,10 @@ img.openwebrx-mirror-img
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.openwebrx-panel-line:first-child {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#openwebrx-smeter-outer
|
||||
{
|
||||
border-color: #888;
|
||||
|
Reference in New Issue
Block a user