You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-27 06:23:53 +01:00
Local database cache for TX ID
Locally cache transmitter database for TX ID and visually show when multiple matches on frontend
This commit is contained in:
@@ -119,6 +119,14 @@ label {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
#data-station-others span {
|
||||
color: var(--color-main);
|
||||
background: var(--color-4);
|
||||
margin-left: 4px;
|
||||
padding: 0 5px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.highest-signal-container {
|
||||
margin-bottom: -20px !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user