diff --git a/README.md b/README.md index 0c06485..efa3120 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dizqueTV 1.1.1-prerelease +# dizqueTV 1.1.3-prerelease    Create live TV channel streams from media on your Plex servers. diff --git a/src/constants.js b/src/constants.js index 731753d..ef6da23 100644 --- a/src/constants.js +++ b/src/constants.js @@ -5,5 +5,5 @@ module.exports = { TVGUIDE_MAXIMUM_FLEX_DURATION : 6 * 60 * 60 * 1000, TOO_FREQUENT: 100, - VERSION_NAME: "1.1.1-prerelease" + VERSION_NAME: "1.1.3-prerelease" } diff --git a/web/public/style.css b/web/public/style.css index 266cd05..518db8a 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -249,6 +249,17 @@ table.tvguide { text-align: right; } +.filler-list .list-group-item { + min-height: 1.5em; +} + +.filler-list .list-group-item .title { + margin-right: 5px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + /* Safari */ @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } diff --git a/web/public/templates/filler-config.html b/web/public/templates/filler-config.html index 6e8d2e1..1824d1a 100644 --- a/web/public/templates/filler-config.html +++ b/web/public/templates/filler-config.html @@ -63,13 +63,14 @@ -