navbar changes, radio/webplayer rewrite + additional stations

This commit is contained in:
2025-07-17 06:55:01 -04:00
parent 8f7b0f2719
commit 11b5dfb09d
9 changed files with 330 additions and 126 deletions

View File

@@ -182,9 +182,9 @@ Custom
transform: rotate(90deg);
}
#alert {
margin-top: 5px;
margin-bottom: 5px;
.alert {
margin-top: 10%;
margin-bottom: 1%;
}
#spinner {

View File

@@ -53,6 +53,10 @@ section {
padding: 1em;
}
.station-tabs {
top: 4rem;
}
.music-container {
display: flex;
justify-content: center;
@@ -64,6 +68,7 @@ section {
max-width: 700px;
box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
max-height: 290px;
margin-bottom: 50px;
}
.album-cover {