Added a 'Now playing' identifier to currently playing track

This commit is contained in:
gballan1
2016-11-29 17:06:18 -05:00
parent a816144a8c
commit 64167ae208
5 changed files with 8 additions and 3 deletions

View File

@ -676,6 +676,8 @@ body {
#track-title {
padding-right: 10px;
padding-left: 10px; }
#track-title span {
text-decoration: underline; }
.album-art {
width: 100%; }