mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update list styles
This commit is contained in:
parent
559d8eb5f6
commit
2b483db762
21 changed files with 82 additions and 111 deletions
|
@ -97,7 +97,7 @@ function (dialogHelper, loading, connectionManager, globalize, actionsheet) {
|
|||
|
||||
html += '<button is="emby-button" type="button" class="fab autoSize mini" style="background:#52B54B;"><i class="md-icon listItemIcon">dvr</i></button>';
|
||||
|
||||
html += '<div class="listItemBody">';
|
||||
html += '<div class="listItemBody two-line">';
|
||||
html += '<h3>';
|
||||
html += channel.Name;
|
||||
html += '</h3>';
|
||||
|
|
|
@ -435,7 +435,7 @@
|
|||
|
||||
var item = itemsContainer.querySelectorAll('.listItem')[index];
|
||||
if (item) {
|
||||
var img = item.querySelector('.listviewImage');
|
||||
var img = item.querySelector('.listItemImage');
|
||||
|
||||
img.classList.remove('lazy');
|
||||
img.classList.add('playlistIndexIndicatorImage');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue