mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
display titles to the right of posters in detail pages
This commit is contained in:
parent
2a9a088a9e
commit
5072eb0e1a
13 changed files with 141 additions and 96 deletions
|
@ -20,7 +20,6 @@
|
|||
</div>
|
||||
|
||||
<div class="detailPagePrimaryInfo">
|
||||
<h1 id="itemName" class="detailPageName"></h1>
|
||||
<div class="itemImageBlock">
|
||||
<div id="itemMedia" style="position: relative;">
|
||||
<div id="itemImage"></div>
|
||||
|
@ -29,6 +28,7 @@
|
|||
|
||||
<div class="itemDetailBlock">
|
||||
|
||||
<h1 id="itemName" class="detailPageName"></h1>
|
||||
<p id="itemTagline" style="font-style: italic;"></p>
|
||||
<p id="itemOverview"></p>
|
||||
<p id="itemRatings"></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue