From a1867d98f8296f78b460969428607f60bceef7c5 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 11 Sep 2018 00:04:37 +0200 Subject: [PATCH] yweb: try to fix oversized channellogos Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/f911059ee77cd81b35eb0b39a6665b3b6f9a4b0a Author: vanhofen Date: 2018-09-11 (Tue, 11 Sep 2018) Origin message was: ------------------ - yweb: try to fix oversized channellogos ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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 14a1421b1..f0ab226b0 100644 --- a/data/y-web/Y_Main.css +++ b/data/y-web/Y_Main.css @@ -629,6 +629,7 @@ tr { .channel_logo { background: #A7A7A7; max-width: 175px; + max-height: 40px; } .aepg, .bepg, .cepg { white-space: nowrap;