1
0
Fork 0
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:
grafixeyehero 2020-01-13 23:36:23 +03:00
parent 00469f9577
commit 927fd4d7e6
2 changed files with 13 additions and 8 deletions

View file

@ -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) {