add dstar metadata panel

This commit is contained in:
Jakob Ketterl
2021-06-08 13:37:13 +02:00
parent 5fd303f4a2
commit 322582d29b
3 changed files with 89 additions and 2 deletions

View File

@ -1049,7 +1049,8 @@ img.openwebrx-mirror-img
}
.openwebrx-meta-slot.active.direct .openwebrx-meta-user-image .directcall,
#openwebrx-panel-metadata-ysf .openwebrx-meta-slot.active .openwebrx-meta-user-image .directcall {
#openwebrx-panel-metadata-ysf .openwebrx-meta-slot.active .openwebrx-meta-user-image .directcall,
#openwebrx-panel-metadata-dstar .openwebrx-meta-slot.active .openwebrx-meta-user-image .directall {
display: initial;
}
@ -1082,6 +1083,18 @@ img.openwebrx-mirror-img
content: "Down: ";
}
.openwebrx-dstar-yourcall:not(:empty):before {
content: "To: ";
}
.openwebrx-dstar-destination:not(:empty):before {
content: "Destination: ";
}
.openwebrx-dstar-departure:not(:empty):before {
content: "Departure: ";
}
.openwebrx-maps-pin svg {
width: 15px;
height: 15px;