From 745013b8b45d1c9ff8a0151c66ba3414f94a0721 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Tue, 11 Sep 2018 00:04:37 +0200 Subject: [PATCH] - yweb: try to fix oversized channellogos Signed-off-by: Thilo Graf --- data/y-web/Y_Main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/data/y-web/Y_Main.css b/data/y-web/Y_Main.css index 0bd051775..7058d1d30 100644 --- a/data/y-web/Y_Main.css +++ b/data/y-web/Y_Main.css @@ -629,6 +629,7 @@ tr { .channel_logo { background: #A1CCF2; max-width: 175px; + max-height: 40px; } .aepg, .bepg, .cepg { white-space: nowrap;