show overview and externallink for movie and episode on mobile too

This commit is contained in:
grafixeyehero 2020-01-13 22:27:02 +03:00
parent 69251cff48
commit 00469f9577
2 changed files with 0 additions and 11 deletions

View File

@ -783,12 +783,6 @@
}
}
@media all and (max-width:62.5em) {
.detailsHiddenOnMobile {
display: none
}
}
.btnSyncComplete {
background: #673AB7 !important
}

View File

@ -1060,11 +1060,6 @@ define(["loading", "appRouter", "layoutManager", "userSettings", "connectionMana
var overview = page.querySelector(".overview");
var externalLinksElem = page.querySelector(".itemExternalLinks");
if ("Season" !== item.Type && "MusicAlbum" !== item.Type && "MusicArtist" !== item.Type) {
overview.classList.add("detailsHiddenOnMobile");
externalLinksElem.classList.add("detailsHiddenOnMobile");
}
renderOverview([overview], item);
var i;
var itemMiscInfo;