Player library, unified renderer for artists and playlists
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
margin-bottom: 20px;
|
||||
.art {
|
||||
img {
|
||||
width: 100%;
|
||||
max-width: 220px;
|
||||
}
|
||||
.button-container {
|
||||
@@ -46,6 +47,15 @@
|
||||
tr.unavailable > td {
|
||||
background-color: #FFF0F0;
|
||||
}
|
||||
td.album-pic {
|
||||
padding: 0;
|
||||
line-height: 0;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
img {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
td.song-title {
|
||||
padding: 12px 10px 10px 9px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user