add profile list to the device page

This commit is contained in:
Jakob Ketterl
2021-03-02 20:28:49 +01:00
parent e0b289b6a5
commit 2b1dc76e48
2 changed files with 30 additions and 7 deletions

View File

@ -103,6 +103,11 @@ table.bookmarks .frequency {
background: initial;
}
.sdr-device-list .sdr-profile-list {
max-height: 20rem;
overflow-y: auto;
}
.removable-group.removable {
display: flex;
flex-direction: row;