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

add landing screen settings

This commit is contained in:
Luke Pulverenti 2017-04-18 16:11:42 -04:00
parent 192ae6f4b7
commit b8c7c5dfc4
48 changed files with 490 additions and 69 deletions

View file

@ -1,8 +1,10 @@
<div id="liveTvItemsPage" data-role="page" class="page libraryPage liveTvPage noSecondaryNavPage" data-require="scripts/livetvitems,livetvcss" data-backbutton="true">
<div class="viewSettings padded-top">
<div class="listTopPaging"></div>
<div class="padded-left padded-right padded-top padded-bottom-page">
<div class="viewSettings">
<div class="listTopPaging"></div>
</div>
<div is="emby-itemscontainer" id="items" class="itemsContainer vertical-wrap centered"></div>
</div>
<div is="emby-itemscontainer" id="items" class="itemsContainer vertical-wrap centered padded-left padded-right"></div>
</div>