From 9cae0b421062a16ae3173e8e3d75b7d110eb027f Mon Sep 17 00:00:00 2001 From: RemixDev Date: Sun, 10 May 2020 14:32:42 +0200 Subject: [PATCH] Added placeholder cover when cover is not loaded --- public/css/modules/tabs/search-tab.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/modules/tabs/search-tab.css b/public/css/modules/tabs/search-tab.css index 408c36e..5cac618 100644 --- a/public/css/modules/tabs/search-tab.css +++ b/public/css/modules/tabs/search-tab.css @@ -109,3 +109,8 @@ width: 32px; height: 32px; } + +.track_row > td > a > img { + width: 56px; + height: 56px; +}