provide more detail in RDS

This commit is contained in:
Jakob Ketterl 2024-01-18 23:55:20 +01:00
parent 0d16c96a68
commit 03fd9911b5
2 changed files with 131 additions and 25 deletions

View file

@ -1334,8 +1334,8 @@ img.openwebrx-mirror-img
}
#openwebrx-panel-metadata-wfm {
width: 619px;
min-height: 180px;
width: 300px;
max-height: 180px;
}
.rds-container {
@ -1343,8 +1343,30 @@ img.openwebrx-mirror-img
text-align: center;
}
.rds-container .rds-ps {
.rds-container .rds-stationname {
font-family: roboto-mono;
font-size: 18pt;
padding: 10px 0;
}
.rds-container .rds-stationname,
.rds-container .rds-identifier,
.rds-container .rds-prog_type {
min-height: 1lh;
}
.rds-container .rds-radiotext-plus .rds-rtplus-item:not(:empty):before {
content: "♫ ";
}
.rds-container .rds-radiotext-plus .rds-rtplus-programme:not(:empty):before {
content: "📅 ";
}
.rds-container .rds-radiotext-plus .rds-rtplus-news:not(:empty):before {
content: "📰 ";
}
.rds-container .rds-radiotext-plus .rds-rtplus-homepage:not(:empty):before {
content: "🔗 ";
}