radio web player changes / iOS support (still WIP, only main station supported; iOS Safari does not support streaming of Ogg/Vorbis, so an HLS stream output was created for that station.

This commit is contained in:
2025-07-19 08:50:04 -04:00
parent cc833e6694
commit f8bf23dd4f
2 changed files with 89 additions and 116 deletions

View File

@@ -266,3 +266,15 @@ body {
width: 24px !important;
}
}
.tap-overlay {
position: fixed;
inset: 0;
z-index: 50;
background-color: rgba(0, 0, 0, 0.8);
color: white;
font-size: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}