mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
implement dialog to import personal bookmarks
This commit is contained in:
parent
620ba11565
commit
2d142e45ed
7 changed files with 108 additions and 37 deletions
|
|
@ -80,7 +80,7 @@ h1 {
|
|||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.bookmarks table .frequency {
|
||||
.bookmarks table .frequency, .bookmark-list table .frequency {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
|
@ -90,6 +90,10 @@ h1 {
|
|||
display: initial;
|
||||
}
|
||||
|
||||
.bookmark-list table .form-check-input {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.actions {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue