mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
add bookmark button
This commit is contained in:
parent
c3bcb17312
commit
4407146962
4 changed files with 36 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue