From a605371cf54c35be0218f01f81b8dff9c136bf9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Wed, 2 Nov 2011 22:46:13 +0100 Subject: [PATCH] Limit tv logo icon size Patch by Mark Wormgoo Fixes #647 --- src/webui/static/app/ext.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index 47a4a216..7b0da917 100644 --- a/src/webui/static/app/ext.css +++ b/src/webui/static/app/ext.css @@ -257,6 +257,8 @@ .x-epg-chicon { float: right; margin: 5px; + max-width: 64px; + max-height: 64px; } .x-epg-meta {