mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
3.2.33.9
This commit is contained in:
parent
d921129c9c
commit
ecdb0f9014
4 changed files with 19 additions and 9 deletions
File diff suppressed because one or more lines are too long
|
@ -216,6 +216,20 @@
|
||||||
</h2>
|
</h2>
|
||||||
<div id="additionalPartsContent" is="emby-itemscontainer" class="itemsContainer vertical-wrap padded-left padded-right"></div>
|
<div id="additionalPartsContent" is="emby-itemscontainer" class="itemsContainer vertical-wrap padded-left padded-right"></div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="verticalSection itemVerticalSection moreFromSeasonSection hide">
|
||||||
|
<h2 class="sectionTitle sectionTitle-cards padded-left padded-right"></h2>
|
||||||
|
|
||||||
|
<div is="emby-scroller" class="emby-scroller" data-mousewheel="false" data-centerfocus="true" data-horizontal="true">
|
||||||
|
|
||||||
|
<div class="scrollerframe padded-top-focusscale padded-bottom-focusscale">
|
||||||
|
<div is="emby-itemscontainer" class="scrollSlider focuscontainer-x itemsContainer padded-left padded-right"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="verticalSection itemVerticalSection moreFromArtistSection padded-left padded-right hide">
|
||||||
|
<h2 class="sectionTitle sectionTitle-cards"></h2>
|
||||||
|
<div is="emby-itemscontainer" class="itemsContainer vertical-wrap focuscontainer-x"></div>
|
||||||
|
</div>
|
||||||
<div id="castCollapsible" class="verticalSection detailVerticalSection hide">
|
<div id="castCollapsible" class="verticalSection detailVerticalSection hide">
|
||||||
<h2 id="peopleHeader" class="sectionTitle sectionTitle-cards padded-left">
|
<h2 id="peopleHeader" class="sectionTitle sectionTitle-cards padded-left">
|
||||||
${HeaderCastCrew}
|
${HeaderCastCrew}
|
||||||
|
@ -251,10 +265,6 @@
|
||||||
</h2>
|
</h2>
|
||||||
<div id="musicVideosContent" is="emby-itemscontainer" class="itemsContainer vertical-wrap padded-left padded-right"></div>
|
<div id="musicVideosContent" is="emby-itemscontainer" class="itemsContainer vertical-wrap padded-left padded-right"></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="moreFromSection" class="verticalSection detailVerticalSection hide">
|
|
||||||
<h2 class="moreFromHeader sectionTitle sectionTitle-cards padded-left"></h2>
|
|
||||||
<div id="moreFromItems"></div>
|
|
||||||
</div>
|
|
||||||
<div id="similarCollapsible" class="verticalSection detailVerticalSection hide">
|
<div id="similarCollapsible" class="verticalSection detailVerticalSection hide">
|
||||||
<h2 class="sectionTitle sectionTitle-cards padded-left">
|
<h2 class="sectionTitle sectionTitle-cards padded-left">
|
||||||
${HeaderMoreLikeThis}
|
${HeaderMoreLikeThis}
|
||||||
|
@ -291,7 +301,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="verticalSection detailVerticalSection audioVideoMediaInfo hide">
|
<div class="verticalSection detailVerticalSection audioVideoMediaInfo hide">
|
||||||
<h2 class="sectionTitle padded-left">${HeaderMediaInfo}</h2>
|
<h2 class="sectionTitle padded-left" style="margin-bottom:0;">${HeaderMediaInfo}</h2>
|
||||||
<div class="padded-left padded-right">
|
<div class="padded-left padded-right">
|
||||||
<div class="splitVersionContainer" style="border-bottom: 1px solid #444; padding: 1em 0;">
|
<div class="splitVersionContainer" style="border-bottom: 1px solid #444; padding: 1em 0;">
|
||||||
<button is="emby-button" type="button" class="raised btnSplitVersions subdued">${ButtonSplitVersionsApart}</button>
|
<button is="emby-button" type="button" class="raised btnSplitVersions subdued">${ButtonSplitVersionsApart}</button>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue