mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
show overview and externallink for movie and episode on mobile too
This commit is contained in:
parent
69251cff48
commit
00469f9577
@ -783,12 +783,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:62.5em) {
|
||||
.detailsHiddenOnMobile {
|
||||
display: none
|
||||
}
|
||||
}
|
||||
|
||||
.btnSyncComplete {
|
||||
background: #673AB7 !important
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user