mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix vibrant
This commit is contained in:
parent
55821781c7
commit
be99ee04d2
3 changed files with 5 additions and 4 deletions
|
@ -398,7 +398,7 @@ button::-moz-focus-inner {
|
||||||
}
|
}
|
||||||
|
|
||||||
.overflowBackdropCard-scalable {
|
.overflowBackdropCard-scalable {
|
||||||
width: 84%;
|
width: 80%;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -97,7 +97,7 @@ define(['visibleinviewport', 'imageFetcher', 'layoutManager', 'events', 'browser
|
||||||
}
|
}
|
||||||
|
|
||||||
function getSettingsKey(url) {
|
function getSettingsKey(url) {
|
||||||
return 'vibrant2-' + url.split('?')[0];
|
return 'vibrant3-' + url.split('?')[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
function getCachedVibrantInfo(url) {
|
function getCachedVibrantInfo(url) {
|
||||||
|
|
|
@ -119,9 +119,10 @@
|
||||||
lazy: true,
|
lazy: true,
|
||||||
showDetailsMenu: true,
|
showDetailsMenu: true,
|
||||||
centerText: true,
|
centerText: true,
|
||||||
overlayMoreButton: true,
|
|
||||||
showParentTitle: true,
|
showParentTitle: true,
|
||||||
allowBottomPadding: allowBottomPadding
|
allowBottomPadding: allowBottomPadding,
|
||||||
|
cardLayout: true,
|
||||||
|
vibrant: true
|
||||||
|
|
||||||
});
|
});
|
||||||
html += '</div>';
|
html += '</div>';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue