Adding lastfm and other bits

This commit is contained in:
Dan Baker 2024-02-13 11:04:53 +00:00
parent 0e4e0318cc
commit f0902b072f
10 changed files with 313 additions and 90 deletions

28
static/css/nowplaying.css Executable file
View file

@ -0,0 +1,28 @@
.nowplayingcard {
margin: auto;
padding: 14px;
}
.nowplayingcontainer-inner {
transition: 0.3s;
display: inline-flex;
.trackInfo {
width: 100%;
}
#album {
display: none;
}
}
img#trackart {
transition: 0.3s;
width: 60px;
height: 50px;
padding-left: 10px;
}
img#trackart[src=""] {
display: none;
}