mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-05 14:37:09 +00:00
allow multiple news items to be displayed
This commit is contained in:
parent
84212a52de
commit
da165cbcd7
2 changed files with 22 additions and 7 deletions
|
|
@ -1341,7 +1341,11 @@ img.openwebrx-mirror-img
|
|||
.rds-container {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
overflow: hidden scroll;
|
||||
overflow: hidden auto;
|
||||
}
|
||||
|
||||
.rds-container > *, .rds-radiotext-plus > * {
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
.rds-container .rds-stationname {
|
||||
|
|
@ -1364,8 +1368,9 @@ img.openwebrx-mirror-img
|
|||
content: "📅 ";
|
||||
}
|
||||
|
||||
.rds-container .rds-radiotext-plus .rds-rtplus-news:not(:empty):before {
|
||||
content: "📰 ";
|
||||
.rds-container .rds-radiotext-plus ul.rds-rtplus-news {
|
||||
list-style-type: "📰 ";
|
||||
padding-left: 1.5lh;
|
||||
}
|
||||
|
||||
.rds-container .rds-radiotext-plus .rds-rtplus-weather:not(:empty):before {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue