diff --git a/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css b/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css index caedcbcf0d..c33f0b20f8 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css +++ b/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css @@ -398,7 +398,7 @@ button::-moz-focus-inner { } .overflowBackdropCard-scalable { - width: 84%; + width: 80%; max-width: 400px; } diff --git a/dashboard-ui/bower_components/emby-webcomponents/images/imagehelper.js b/dashboard-ui/bower_components/emby-webcomponents/images/imagehelper.js index 6d05f402cc..c303d0d859 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/images/imagehelper.js +++ b/dashboard-ui/bower_components/emby-webcomponents/images/imagehelper.js @@ -97,7 +97,7 @@ define(['visibleinviewport', 'imageFetcher', 'layoutManager', 'events', 'browser } function getSettingsKey(url) { - return 'vibrant2-' + url.split('?')[0]; + return 'vibrant3-' + url.split('?')[0]; } function getCachedVibrantInfo(url) { diff --git a/dashboard-ui/scripts/tvupcoming.js b/dashboard-ui/scripts/tvupcoming.js index e15dbb8c99..8e2fcc6bb8 100644 --- a/dashboard-ui/scripts/tvupcoming.js +++ b/dashboard-ui/scripts/tvupcoming.js @@ -119,9 +119,10 @@ lazy: true, showDetailsMenu: true, centerText: true, - overlayMoreButton: true, showParentTitle: true, - allowBottomPadding: allowBottomPadding + allowBottomPadding: allowBottomPadding, + cardLayout: true, + vibrant: true }); html += '';