mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
3.0.5666.5
This commit is contained in:
parent
4b951f485f
commit
3e5c071ec0
16 changed files with 68 additions and 33 deletions
|
@ -760,10 +760,6 @@
|
|||
initHeadRoom(this);
|
||||
});
|
||||
}
|
||||
|
||||
if (!AppInfo.isNativeApp) {
|
||||
darkDrawer = true;
|
||||
}
|
||||
}
|
||||
else if (page.classList.contains('type-interior')) {
|
||||
|
||||
|
@ -778,6 +774,10 @@
|
|||
document.body.classList.add('hideMainDrawer');
|
||||
}
|
||||
|
||||
if (!AppInfo.isNativeApp) {
|
||||
darkDrawer = true;
|
||||
}
|
||||
|
||||
if (darkDrawer) {
|
||||
document.querySelector('.mainDrawerPanel #drawer').classList.add('darkDrawer');
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue