From cd28ee24a594406943a0d43fbd78f1a171c4bbeb Mon Sep 17 00:00:00 2001 From: vexorian Date: Sat, 17 Oct 2020 12:51:02 -0400 Subject: [PATCH] Fix #164 also for channel's program list post-1.2.x --- web/public/style.css | 4 ++-- web/public/templates/channel-config.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/public/style.css b/web/public/style.css index 09de035..f1aa30b 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -254,11 +254,11 @@ table.tvguide { text-align: right; } -.filler-list .list-group-item { +.filler-list .list-group-item, .program-row { min-height: 1.5em; } -.filler-list .list-group-item .title { +.filler-list .list-group-item .title, .program-row .title { margin-right: 5px; white-space: nowrap; overflow: hidden; diff --git a/web/public/templates/channel-config.html b/web/public/templates/channel-config.html index 1105c54..0e917a6 100644 --- a/web/public/templates/channel-config.html +++ b/web/public/templates/channel-config.html @@ -128,10 +128,10 @@
-
+
{{ x.type === 'episode' ? x.showTitle + ' - S' + x.season.toString().padStart(2, '0') + 'E' + x.episode.toString().padStart(2, '0') : x.title}}
-
+
Flex Redirect to channel: {{x.channel}}