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
|
@ -39,6 +39,7 @@
|
|||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.snowflake {
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
var holidayThemeKey = 'holidaytheme7';
|
||||
var holidayThemeKey = 'holidaytheme9';
|
||||
function getHolidayTheme() {
|
||||
return appSettings.get(holidayThemeKey);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue