From 26ed43fca80ba858e9bb10419a2f550140ca0148 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Mon, 14 Apr 2014 18:46:40 -0700 Subject: [PATCH] Fix for album art stretching --- data/interfaces/default/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/interfaces/default/css/style.css b/data/interfaces/default/css/style.css index 4e7b0739..8a619fee 100644 --- a/data/interfaces/default/css/style.css +++ b/data/interfaces/default/css/style.css @@ -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;