diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index b62265229f..9dfea448d7 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -13,7 +13,7 @@ .background-theme-b .backgroundContainer.withBackdrop { background-color: rgba(6, 6, 6, .94) !important; - background: linear-gradient(to right, rgba(0, 0, 0, .98), rgba(0, 0, 0, .95), rgba(0, 0, 0, .64)) !important; + background: linear-gradient(to right, rgba(0, 0, 0, .99), rgba(0, 0, 0, .92), rgba(0, 0, 0, .5)) !important; } .ui-body-b { @@ -250,7 +250,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { background-size: cover; background-position: center 15%; background-repeat: no-repeat; - height: 300px; + height: 50vh; position: relative; } @@ -518,41 +518,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { display: inline-block; } -@media all and (max-height: 540px) { - - .itemBackdrop { - height: 290px; - } -} - -@media all and (max-height: 500px) { - - .itemBackdrop { - height: 240px; - } -} - -@media all and (max-height: 460px) { - - .itemBackdrop { - height: 200px; - } -} - -@media all and (max-height: 300px) { - - .itemBackdrop { - height: 150px; - } -} - -@media all and (max-height: 250px) { - - .itemBackdrop { - height: 120px; - } -} - @media all and (max-width: 800px) { .editorMenuLink { diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html index c47e52ede9..6cd4d517be 100644 --- a/dashboard-ui/itemdetails.html +++ b/dashboard-ui/itemdetails.html @@ -6,11 +6,6 @@ .itemBackdrop { display: none; } - - .background-theme-b .backgroundContainer.withBackdrop { - background-color: rgba(6, 6, 6, .94) !important; - background: linear-gradient(to right, rgba(0, 0, 0, .98), rgba(0, 0, 0, .98), rgba(0, 0, 0, .4)) !important; - } } diff --git a/dashboard-ui/scripts/tvupcoming.js b/dashboard-ui/scripts/tvupcoming.js index 4e245b7a2e..c9e3c4111b 100644 --- a/dashboard-ui/scripts/tvupcoming.js +++ b/dashboard-ui/scripts/tvupcoming.js @@ -123,6 +123,7 @@ showDetailsMenu: true, centerText: !supportsImageAnalysis, showParentTitle: true, + overlayText: false, allowBottomPadding: allowBottomPadding, cardLayout: supportsImageAnalysis, vibrant: supportsImageAnalysis diff --git a/dashboard-ui/themes/holiday/theme.js b/dashboard-ui/themes/holiday/theme.js index 4ca76ff332..02d93e8be0 100644 --- a/dashboard-ui/themes/holiday/theme.js +++ b/dashboard-ui/themes/holiday/theme.js @@ -95,7 +95,7 @@ } } - var holidayThemeKey = 'holidaytheme5'; + var holidayThemeKey = 'holidaytheme6'; function getHolidayTheme() { return appSettings.get(holidayThemeKey); }