mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
show movies on boxset page
This commit is contained in:
parent
e19fd498c0
commit
b9a45615c5
3 changed files with 11 additions and 9 deletions
|
@ -37,13 +37,13 @@
|
||||||
<p id="itemGenres"></p>
|
<p id="itemGenres"></p>
|
||||||
<p id="itemStudios"></p>
|
<p id="itemStudios"></p>
|
||||||
<p id="itemLinks"></p>
|
<p id="itemLinks"></p>
|
||||||
|
<div data-role="collapsible" id="moviesCollapsible">
|
||||||
|
<h3>Titles</h3>
|
||||||
|
<div id="moviesContent"></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div data-role="collapsible" id="moviesCollapsible">
|
|
||||||
<h3>Titles</h3>
|
|
||||||
<div id="moviesContent"></div>
|
|
||||||
</div>
|
|
||||||
<div data-role="collapsible" id="trailersCollapsible" class="hide">
|
<div data-role="collapsible" id="trailersCollapsible" class="hide">
|
||||||
<h3>Trailers</h3>
|
<h3>Trailers</h3>
|
||||||
<div id="trailersContent"></div>
|
<div id="trailersContent"></div>
|
||||||
|
|
|
@ -110,10 +110,6 @@
|
||||||
margin: 0 0 5px;
|
margin: 0 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailPagePrimaryInfo {
|
|
||||||
padding: 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.itemMiscInfo {
|
.itemMiscInfo {
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -240,6 +236,12 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media all and (min-width: 650px) {
|
||||||
|
.detailPagePrimaryInfo {
|
||||||
|
padding: 0 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media all and (min-width: 850px) {
|
@media all and (min-width: 850px) {
|
||||||
.posterDetailViewItem {
|
.posterDetailViewItem {
|
||||||
width: 46%;
|
width: 46%;
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
if (window.location.toString().toLowerCase().indexOf('localhost') != -1) {
|
if (window.location.toString().toLowerCase().indexOf('localhost') != -1) {
|
||||||
return 100;
|
return 100;
|
||||||
}
|
}
|
||||||
return 25;
|
return 20;
|
||||||
},
|
},
|
||||||
|
|
||||||
getPosterDetailViewHtml: function (options) {
|
getPosterDetailViewHtml: function (options) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue