mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
recording fixes
This commit is contained in:
parent
357932766d
commit
b6c9eaadcb
20 changed files with 95 additions and 103 deletions
|
@ -253,7 +253,7 @@
|
|||
html += '<div class="lazy drawerUserPanelUserImage" data-src="' + url + '" style="width:' + imgWidth + 'px;height:' + imgWidth + 'px;"></div>';
|
||||
}
|
||||
} else {
|
||||
html += '<div class="fa fa-user drawerUserPanelUserImage" style="font-size:' + imgWidth + 'px;"></div>';
|
||||
html += '<div class="drawerUserPanelUserImage"><iron-icon icon="person" style="width:' + imgWidth + 'px;height:' + imgWidth + 'px;"></iron-icon></div>';
|
||||
}
|
||||
|
||||
html += '<div class="drawerUserPanelUserName">';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue