mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
resolve holiday theme disrupting playback
This commit is contained in:
parent
12548dbf3e
commit
08972d0648
6 changed files with 7 additions and 25 deletions
|
@ -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 {
|
.detailLogo {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 800px) {
|
|
||||||
|
|
||||||
.detailLogo {
|
|
||||||
top: 20%;
|
|
||||||
right: 2%;
|
|
||||||
height: 50px;
|
|
||||||
width: 250px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.itemDetailImage {
|
.itemDetailImage {
|
||||||
border: solid 1px transparent;
|
border: solid 1px transparent;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -49,10 +49,6 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h1 a {
|
|
||||||
font-weight: 400 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.libraryMenuButtonText {
|
.libraryMenuButtonText {
|
||||||
font-weight: 500 !important;
|
font-weight: 500 !important;
|
||||||
}
|
}
|
||||||
|
@ -65,10 +61,6 @@ h1, h1 a {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noSecondaryNavPage .itemBackdrop {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebarLinkText {
|
.sidebarLinkText {
|
||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -461,7 +461,6 @@
|
||||||
|
|
||||||
SortBy: "DatePlayed",
|
SortBy: "DatePlayed",
|
||||||
SortOrder: "Descending",
|
SortOrder: "Descending",
|
||||||
MediaTypes: "Video",
|
|
||||||
Filters: "IsResumable",
|
Filters: "IsResumable",
|
||||||
Limit: limit,
|
Limit: limit,
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
|
|
|
@ -1100,10 +1100,10 @@ var AppInfo = {};
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (month == 11 && day >= 20 && day <= 25) {
|
//if (month == 11 && day >= 20 && day <= 25) {
|
||||||
require(['themes/holiday/theme']);
|
// require(['themes/holiday/theme']);
|
||||||
return;
|
// return;
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
function returnFirstDependency(obj) {
|
function returnFirstDependency(obj) {
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.snowflake {
|
.snowflake {
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var holidayThemeKey = 'holidaytheme7';
|
var holidayThemeKey = 'holidaytheme9';
|
||||||
function getHolidayTheme() {
|
function getHolidayTheme() {
|
||||||
return appSettings.get(holidayThemeKey);
|
return appSettings.get(holidayThemeKey);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue