1
0
Fork 0
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:
Luke Pulverenti 2015-10-26 14:55:46 -04:00
parent 78bf493400
commit 53f0a1d9c8
20 changed files with 41 additions and 67 deletions

View file

@ -36,7 +36,7 @@
var deviceHtml = '';
deviceHtml += '<paper-icon-item>';
deviceHtml += '<paper-fab class="listAvatar" style="background:#999;" icon="tablet-android" item-icon></paper-fab>';
deviceHtml += '<paper-fab mini style="background:#999;" icon="tablet-android" item-icon></paper-fab>';
deviceHtml += '<paper-item-body three-line>';
deviceHtml += '<a class="clearLink" href="device.html?id=' + d.Id + '">';