set header setTransparentMenu for mobile only and fix some style
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user