From be99ee04d2ad2518baf4df27515cca0614911a51 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 5 Oct 2016 11:20:11 -0400 Subject: [PATCH] fix vibrant --- .../bower_components/emby-webcomponents/cardbuilder/card.css | 2 +- .../emby-webcomponents/images/imagehelper.js | 2 +- dashboard-ui/scripts/tvupcoming.js | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) 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 += '';