mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix list avatars
This commit is contained in:
parent
78bf493400
commit
53f0a1d9c8
20 changed files with 41 additions and 67 deletions
|
@ -95,7 +95,7 @@
|
|||
|
||||
currentHtml += '<paper-icon-item class="viewItem" data-viewid="' + view.Id + '">';
|
||||
|
||||
currentHtml += '<paper-fab class="listAvatar" style="background-color:#444;" icon="folder-open" item-icon></paper-fab>';
|
||||
currentHtml += '<paper-fab mini style="background-color:#444;" icon="folder-open" item-icon></paper-fab>';
|
||||
|
||||
currentHtml += '<paper-item-body>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue