mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update card components
This commit is contained in:
parent
3a0999af5e
commit
74799424d3
29 changed files with 44 additions and 56 deletions
|
@ -1,9 +1,9 @@
|
|||
<div id="channelsPage" data-role="page" data-dom-cache="true" class="page libraryPage channelsPage noSecondaryNavPage" data-title="${HeaderChannels}">
|
||||
|
||||
<div class="homePageSection">
|
||||
<div class="verticalSection">
|
||||
|
||||
<h1 class="listHeader">${TabChannels}</h1>
|
||||
<div is="emby-itemscontainer" id="items" class="itemsContainer paddedItemsContainer vertical-wrap"></div>
|
||||
<h1 class="sectionTitle sectionTitle-cards padded-left">${TabChannels}</h1>
|
||||
<div is="emby-itemscontainer" id="items" class="itemsContainer padded-left padded-right vertical-wrap focuscontainer-x"></div>
|
||||
</div>
|
||||
|
||||
<div class="latestItems"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue