Fix for album art stretching

This commit is contained in:
rembo10
2014-04-14 18:46:40 -07:00
parent dab4e3d5f8
commit 26ed43fca8

View File

@@ -157,8 +157,8 @@ small {
}
img.albumArt {
float: left;
min-height: 100%;
min-width: 100%;
min-height: 64px;
min-width: 64px;
max-width: 250px;
max-height: 300px;
position: relative;