setup device list and routing for device pages

This commit is contained in:
Jakob Ketterl
2021-02-19 00:03:25 +01:00
parent d65743f2ea
commit 872c7a4bfd
5 changed files with 54 additions and 22 deletions

View File

@ -13,10 +13,6 @@ html, body {
margin: 15px 15px 0;
}
.device {
margin-top: 20px;
}
.settings-section {
margin-top: 3em;
}
@ -84,4 +80,8 @@ table.bookmarks .frequency {
.wsjt-decoding-depths-table td:first-child {
padding-left: 0;
}
.sdr-device-list .list-group-item {
background: initial;
}