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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user