mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
show overview and externallink for movie and episode on mobile too
This commit is contained in:
parent
69251cff48
commit
00469f9577
2 changed files with 0 additions and 11 deletions
|
@ -783,12 +783,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width:62.5em) {
|
|
||||||
.detailsHiddenOnMobile {
|
|
||||||
display: none
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.btnSyncComplete {
|
.btnSyncComplete {
|
||||||
background: #673AB7 !important
|
background: #673AB7 !important
|
||||||
}
|
}
|
||||||
|
|
|
@ -1060,11 +1060,6 @@ define(["loading", "appRouter", "layoutManager", "userSettings", "connectionMana
|
||||||
var overview = page.querySelector(".overview");
|
var overview = page.querySelector(".overview");
|
||||||
var externalLinksElem = page.querySelector(".itemExternalLinks");
|
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);
|
renderOverview([overview], item);
|
||||||
var i;
|
var i;
|
||||||
var itemMiscInfo;
|
var itemMiscInfo;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue