mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
set header setTransparentMenu for mobile only and fix some style
This commit is contained in:
parent
00469f9577
commit
927fd4d7e6
2 changed files with 13 additions and 8 deletions
|
@ -2098,7 +2098,10 @@ define(["loading", "appRouter", "layoutManager", "userSettings", "connectionMana
|
|||
});
|
||||
view.addEventListener("viewshow", function (e) {
|
||||
var page = this;
|
||||
libraryMenu.setTransparentMenu(true);
|
||||
|
||||
if (layoutManager.mobile) {
|
||||
libraryMenu.setTransparentMenu(true);
|
||||
}
|
||||
|
||||
if (e.detail.isRestored) {
|
||||
if (currentItem) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue