mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
13 lines
562 B
HTML
13 lines
562 B
HTML
<div id="secondaryItemsPage" data-role="page" class="page libraryPage noSecondaryNavPage" data-backbutton="true">
|
|
|
|
<div class="viewSettings padded-top">
|
|
<div class="paging">
|
|
</div>
|
|
</div>
|
|
<div is="emby-itemscontainer" id="items" class="itemsContainer paddedItemsContainer vertical-wrap padded-left padded-right" style="text-align:center;"></div>
|
|
|
|
<div style="text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;padding:0 .5em;">
|
|
<div class="paging"></div>
|
|
</div>
|
|
|
|
</div> |