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}}