1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

improve poster sizing

This commit is contained in:
Luke Pulverenti 2014-08-01 22:34:45 -04:00
parent 48ea645cf9
commit cd1e583fa7
58 changed files with 931 additions and 549 deletions

View file

@ -13,23 +13,19 @@
<a href="gamestudios.html">${TabStudios}</a>
</div>
<div data-role="content">
<table class="ehsContent">
<tr>
<td>
<h1 class="listHeader">${HeaderLatestGames}</h1>
<div class="ehsContent">
<h1 class="listHeader">${HeaderLatestGames}</h1>
<div id="recentlyAddedItems">
</div>
<div id="recentlyAddedItems">
</div>
<div id="recentlyPlayedSection" style="display: none;">
<h1 class="listHeader">${HeaderRecentlyPlayedGames}</h1>
<div id="recentlyPlayedSection" style="display: none;">
<h1 class="listHeader">${HeaderRecentlyPlayedGames}</h1>
<div id="recentlyPlayedItems">
</div>
</div>
</td>
</tr>
</table>
<div id="recentlyPlayedItems">
</div>
</div>
</div>
</div>
</div>
</body>