diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index fc4622a276..6b714f7c44 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -326,23 +326,13 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { } } -@media all and (min-width: 800px) and (max-width: 1100px) { +@media all and (max-width: 1100px) { .detailLogo { display: none; } } -@media all and (max-width: 800px) { - - .detailLogo { - top: 20%; - right: 2%; - height: 50px; - width: 250px; - } -} - .itemDetailImage { border: solid 1px transparent; width: 100%; diff --git a/dashboard-ui/devices/ios/ios.css b/dashboard-ui/devices/ios/ios.css index ec4880c29a..cebe066a73 100644 --- a/dashboard-ui/devices/ios/ios.css +++ b/dashboard-ui/devices/ios/ios.css @@ -49,10 +49,6 @@ display: none; } -h1, h1 a { - font-weight: 400 !important; -} - .libraryMenuButtonText { font-weight: 500 !important; } @@ -65,10 +61,6 @@ h1, h1 a { border-radius: 4px; } -.noSecondaryNavPage .itemBackdrop { - margin-top: 0; -} - .sidebarLinkText { font-weight: 400 !important; } diff --git a/dashboard-ui/scripts/sections.js b/dashboard-ui/scripts/sections.js index 4e72db7de6..8a9eab2706 100644 --- a/dashboard-ui/scripts/sections.js +++ b/dashboard-ui/scripts/sections.js @@ -461,7 +461,6 @@ SortBy: "DatePlayed", SortOrder: "Descending", - MediaTypes: "Video", Filters: "IsResumable", Limit: limit, Recursive: true, diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index 71f5f963f6..93e6526d41 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -1100,10 +1100,10 @@ var AppInfo = {}; return; } - if (month == 11 && day >= 20 && day <= 25) { - require(['themes/holiday/theme']); - return; - } + //if (month == 11 && day >= 20 && day <= 25) { + // require(['themes/holiday/theme']); + // return; + //} } function returnFirstDependency(obj) { diff --git a/dashboard-ui/themes/holiday/style.css b/dashboard-ui/themes/holiday/style.css index d565002ad2..23dd540588 100644 --- a/dashboard-ui/themes/holiday/style.css +++ b/dashboard-ui/themes/holiday/style.css @@ -39,6 +39,7 @@ position: absolute; left: 0px; top: 0px; + pointer-events: none; } .snowflake { diff --git a/dashboard-ui/themes/holiday/theme.js b/dashboard-ui/themes/holiday/theme.js index 3907adf6c4..6b729054e3 100644 --- a/dashboard-ui/themes/holiday/theme.js +++ b/dashboard-ui/themes/holiday/theme.js @@ -95,7 +95,7 @@ } } - var holidayThemeKey = 'holidaytheme7'; + var holidayThemeKey = 'holidaytheme9'; function getHolidayTheme() { return appSettings.get(holidayThemeKey); }