1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix vibrant

This commit is contained in:
Luke Pulverenti 2016-10-05 11:20:11 -04:00
parent 55821781c7
commit be99ee04d2
3 changed files with 5 additions and 4 deletions

View file

@ -398,7 +398,7 @@ button::-moz-focus-inner {
}
.overflowBackdropCard-scalable {
width: 84%;
width: 80%;
max-width: 400px;
}

View file

@ -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) {

View file

@ -119,9 +119,10 @@
lazy: true,
showDetailsMenu: true,
centerText: true,
overlayMoreButton: true,
showParentTitle: true,
allowBottomPadding: allowBottomPadding
allowBottomPadding: allowBottomPadding,
cardLayout: true,
vibrant: true
});
html += '</div>';