minor/add album name to player (text above cover art; album name was visible prior only when hovering over the image)

This commit is contained in:
2025-07-25 15:13:37 -04:00
parent 91f94d894c
commit 9776f1fb15
2 changed files with 9 additions and 1 deletions

View File

@@ -103,6 +103,13 @@ body {
padding-top: 4%;
}
.music-player__album {
font-weight: bold;
text-align: center;
font-size: 0.85rem;
padding-bottom: 5px;
}
/* Music bar and progress */
/* .music-bar {
background: #efefef;